Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1485
void HTTPClient::clearAllCookies() {
1486
if (_cookieJar) {
1487
_cookieJar->clear();
1488
}
1489
}
1490
1491
void HTTPClient::setCookie(String date, String headerValue) {
1492
if (!_cookieJar) {
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected