Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlueAndi/Pixelix
/ addHeader
Method
addHeader
lib/AsyncHttpClient/src/HttpResponse.cpp:163–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
void HttpResponse::addHeader(const String& line)
164
{
165
m_headers.emplace_back(line);
166
}
167
168
bool HttpResponse::extendPayload(size_t size)
169
{
Callers
1
sendJsonRsp
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected