MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / get

Method get

Sources/Dependencies/ixwebsocket/IXHttpClient.cpp:585–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583 }
584
585 HttpResponsePtr HttpClient::get(const std::string& url, HttpRequestArgsPtr args)
586 {
587 return request(url, kGet, std::string(), args);
588 }
589
590 HttpResponsePtr HttpClient::head(const std::string& url, HttpRequestArgsPtr args)
591 {

Callers 3

connectMethod · 0.45
handleUpgradeMethod · 0.45
makeBroadcastServerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected