MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / new_http_client

Function new_http_client

net/http/client.cpp:351–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349};
350
351Client* new_http_client(ICookieJar *cookie_jar, TLSContext *tls_ctx) {
352 return new ClientImpl(cookie_jar, tls_ctx);
353}
354
355} // namespace http
356} // namespace net

Callers 8

OssClientMethod · 0.85
new_proxy_handlerFunction · 0.85
TESTFunction · 0.85
test_clientFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
HttpFs_v2Method · 0.85

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.68
test_clientFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68