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

Method HTTPSClient

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected