Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bcndev/bytecoin
/ ResponseParser
Method
ResponseParser
src/http/ResponseParser.cpp:15–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
using namespace http;
14
15
ResponseParser::ResponseParser() : state_(http_version_h) {}
16
17
void ResponseParser::reset() {
18
state_ = http_version_h;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected