MCPcopy 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

13using namespace http;
14
15ResponseParser::ResponseParser() : state_(http_version_h) {}
16
17void ResponseParser::reset() {
18 state_ = http_version_h;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected