MCPcopy Create free account
hub / github.com/Heltec-Aaron-Lee/WiFi_Kit_series / GET

Method GET

libraries/HTTPClient/src/HTTPClient.cpp:496–498  ·  view source on GitHub ↗

* send a GET request * @return http code */

Source from the content-addressed store, hash-verified

494 * @return http code
495 */
496int HTTPClient::GET() {
497 return sendRequest("GET");
498}
499
500/**
501 * sends a post request to the server

Callers 2

updateEspHostedSlaveFunction · 0.80
handleUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected