Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
496
int HTTPClient::GET() {
497
return sendRequest(
"GET"
);
498
}
499
500
/**
501
* sends a post request to the server
Callers
2
updateEspHostedSlave
Function · 0.80
handleUpdate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected