MCPcopy Create free account
hub / github.com/SmingHub/Sming / reset

Method reset

Sming/Components/Network/src/Network/Http/HttpResponse.cpp:125–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void HttpResponse::reset()
126{
127 code = HTTP_STATUS_OK;
128 headers.clear();
129 freeStreams();
130}
131
132String HttpResponse::toString() const
133{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected