MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / SSLClient

Method SSLClient

examples/server/httplib.h:7922–7923  ·  view source on GitHub ↗

SSL HTTP client implementation

Source from the content-addressed store, hash-verified

7920
7921// SSL HTTP client implementation
7922inline SSLClient::SSLClient(const std::string &host)
7923 : SSLClient(host, 443, std::string(), std::string()) {}
7924
7925inline SSLClient::SSLClient(const std::string &host, int port)
7926 : SSLClient(host, port, std::string(), std::string()) {}

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected