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

Method clearAllCookies

libraries/HTTPClient/src/HTTPClient.cpp:1485–1489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1483}
1484
1485void HTTPClient::clearAllCookies() {
1486 if (_cookieJar) {
1487 _cookieJar->clear();
1488 }
1489}
1490
1491void HTTPClient::setCookie(String date, String headerValue) {
1492 if (!_cookieJar) {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected