Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/web/http_client/
Dhttp_client.cc180 auto http_response = CF_EXPECT(DownloadToCallback(callback, url, headers)); in DownloadToFile() local
181 return HttpResponse<std::string>{path, http_response.http_code}; in DownloadToFile()
253 auto http_response = CF_EXPECT( in DownloadToString() local
255 return HttpResponse<std::string>{stream.str(), http_response.http_code}; in DownloadToString()