MCPcopy 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

14using namespace http;
15
16RequestParser::RequestParser() : state_(method_start) {}
17
18void RequestParser::reset() {
19 state_ = method_start;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected