MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / SSLClient

Method SSLClient

examples/server/httplib.h:8353–8354  ·  view source on GitHub ↗

SSL HTTP client implementation

Source from the content-addressed store, hash-verified

8351
8352// SSL HTTP client implementation
8353inline SSLClient::SSLClient(const std::string &host)
8354 : SSLClient(host, 443, std::string(), std::string()) {}
8355
8356inline SSLClient::SSLClient(const std::string &host, int port)
8357 : SSLClient(host, port, std::string(), std::string()) {}

Callers

nothing calls this directly

Calls 4

stringFunction · 0.85
emptyMethod · 0.80
splitFunction · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected