MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / SSLClient

Method SSLClient

external/httplib.h:9158–9159  ·  view source on GitHub ↗

SSL HTTP client implementation

Source from the content-addressed store, hash-verified

9156
9157// SSL HTTP client implementation
9158inline SSLClient::SSLClient(const std::string &host)
9159 : SSLClient(host, 443, std::string(), std::string()) {}
9160
9161inline SSLClient::SSLClient(const std::string &host, int port)
9162 : SSLClient(host, port, std::string(), std::string()) {}

Callers

nothing calls this directly

Calls 2

splitFunction · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected