MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getMinorHttpVersion

Method getMinorHttpVersion

src/eepp/network/http.cpp:550–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548}
549
550unsigned int Http::Response::getMinorHttpVersion() const {
551 return mMinorVersion;
552}
553
554const std::string& Http::Response::getBody() const {
555 return mBody;

Callers 1

printResponseHeadersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected