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

Method Http

src/SFML/Network/Http.cpp:295–298  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

293
294////////////////////////////////////////////////////////////
295Http::Http(const std::string& host, unsigned short port, std::optional<IpAddress::Type> addressType)
296{
297 setHost(host, port, addressType);
298}
299
300
301////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected