MCPcopy Create free account
hub / github.com/chronoxor/CppServer / HTTPClient

Method HTTPClient

include/server/http/http_client.h:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 using TCPClient::TCPClient;
35
36 HTTPClient(const HTTPClient&) = delete;
37 HTTPClient(HTTPClient&&) = delete;
38 virtual ~HTTPClient() = default;
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected