Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
546
unsigned int Http::Response::getMajorHttpVersion() const {
547
return mMajorVersion;
548
}
549
550
unsigned int Http::Response::getMinorHttpVersion() const {
551
return mMinorVersion;
Callers
1
printResponseHeaders
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected