MCPcopy 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
101void HTTPClient::clear() {
102 _returnCode = 0;
103 _size = -1;
104 _headers = "";
105}
106
107/**
108 * parsing the url for all needed parameters

Callers 5

disconnectMethod · 0.45
sendRequestMethod · 0.45
collectHeadersMethod · 0.45
clearAllCookiesMethod · 0.45
setupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected