Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Heltec-Aaron-Lee/WiFi_Kit_series
/ clear
Method
clear
libraries/HTTPClient/src/HTTPClient.cpp:101–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
void HTTPClient::clear() {
102
_returnCode = 0;
103
_size = -1;
104
_headers =
""
;
105
}
106
107
/**
108
* parsing the url for all needed parameters
Callers
5
disconnect
Method · 0.45
sendRequest
Method · 0.45
collectHeaders
Method · 0.45
clearAllCookies
Method · 0.45
setup
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected