MCPcopy 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
98void HttpResponse::clear()
99{
100 clearHeaders();
101 clearPayload();
102 m_wrIndex = 0U;
103}
104
105void HttpResponse::addStatusLine(const String& line)
106{

Callers 2

addStatusLineMethod · 0.45
clearHeadersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected