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

Method getMajorHttpVersion

src/eepp/network/http.cpp:546–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544}
545
546unsigned int Http::Response::getMajorHttpVersion() const {
547 return mMajorVersion;
548}
549
550unsigned int Http::Response::getMinorHttpVersion() const {
551 return mMinorVersion;

Callers 1

printResponseHeadersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected