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