MCPcopy Create free account
hub / github.com/SFML/SFML / getMajorHttpVersion

Method getMajorHttpVersion

src/SFML/Network/Http.cpp:170–173  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

168
169////////////////////////////////////////////////////////////
170unsigned int Http::Response::getMajorHttpVersion() const
171{
172 return m_majorVersion;
173}
174
175
176////////////////////////////////////////////////////////////

Callers 1

Http.test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected