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

Method setHttpVersion

src/SFML/Network/Http.cpp:82–86  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

80
81////////////////////////////////////////////////////////////
82void Http::Request::setHttpVersion(unsigned int major, unsigned int minor)
83{
84 m_majorVersion = major;
85 m_minorVersion = minor;
86}
87
88
89////////////////////////////////////////////////////////////

Callers 1

Http.test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected