Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlueAndi/Pixelix
/ clear
Method
clear
lib/AsyncHttpClient/src/HttpResponse.cpp:98–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
void HttpResponse::clear()
99
{
100
clearHeaders();
101
clearPayload();
102
m_wrIndex = 0U;
103
}
104
105
void HttpResponse::addStatusLine(const String& line)
106
{
Callers
2
addStatusLine
Method · 0.45
clearHeaders
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected