Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
125
void HttpResponse::reset()
126
{
127
code = HTTP_STATUS_OK;
128
headers.clear();
129
freeStreams();
130
}
131
132
String HttpResponse::toString() const
133
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected