| 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 | { |
no outgoing calls
no test coverage detected