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

Method ~HTTPClient

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

Source from the content-addressed store, hash-verified

36 HTTPClient(const HTTPClient&) = delete;
37 HTTPClient(HTTPClient&&) = delete;
38 virtual ~HTTPClient() = default;
39
40 HTTPClient& operator=(const HTTPClient&) = delete;
41 HTTPClient& operator=(HTTPClient&&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected