MCPcopy Create free account
hub / github.com/chrxh/alien / SSLClient

Method SSLClient

external/cpp-httplib/httplib.h:7524–7525  ·  view source on GitHub ↗

SSL HTTP client implementation

Source from the content-addressed store, hash-verified

7522
7523 // SSL HTTP client implementation
7524 inline SSLClient::SSLClient(const std::string & host)
7525 : SSLClient(host, 443, std::string(), std::string()) {}
7526
7527 inline SSLClient::SSLClient(const std::string & host, int port)
7528 : SSLClient(host, port, std::string(), std::string()) {}

Callers

nothing calls this directly

Calls 2

splitFunction · 0.85
sizeMethod · 0.80

Tested by

no test coverage detected