MCPcopy Create free account
hub / github.com/aixed/WeChat-Hook / SSLClient

Method SSLClient

include/httplib.h:7965–7966  ·  view source on GitHub ↗

SSL HTTP client implementation

Source from the content-addressed store, hash-verified

7963
7964// SSL HTTP client implementation
7965inline SSLClient::SSLClient(const std::string &host)
7966 : SSLClient(host, 443, std::string(), std::string()) {}
7967
7968inline SSLClient::SSLClient(const std::string &host, int port)
7969 : SSLClient(host, port, std::string(), std::string()) {}

Callers

nothing calls this directly

Calls 4

stringFunction · 0.70
splitFunction · 0.70
sizeMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected