Home
last modified time | relevance | path

Searched refs:DownloadToString (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/libs/web/http_client/
Dhttp_client.cc132 return DownloadToString(HttpMethod::kGet, url, headers); in GetToString()
138 return DownloadToString(HttpMethod::kPost, url, headers, data_to_write); in PostToString()
144 return DownloadToString(HttpMethod::kDelete, url, headers); in DeleteToString()
228 CF_EXPECT(DownloadToString(method, url, headers, data_to_write)); in DownloadToJson()
240 Result<HttpResponse<std::string>> DownloadToString( in DownloadToString() function in cuttlefish::__anon7fb68fc60111::CurlClient