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

Method Request

src/SFML/Network/Http.cpp:49–53  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

47{
48////////////////////////////////////////////////////////////
49Http::Request::Request(const std::string& uri, Method method, const std::string& body) : m_method(method)
50{
51 setUri(uri);
52 setBody(body);
53}
54
55
56////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected