Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/web/http_client/
Dhttp_client.cc129 Result<HttpResponse<std::string>> GetToString( in GetToString() function in cuttlefish::__anon7fb68fc60111::CurlClient
318 Result<HttpResponse<std::string>> GetToString( in GetToString() function in cuttlefish::__anon7fb68fc60111::ServerErrorRetryClient
320 auto fn = [&, this]() { return inner_client_.GetToString(url, headers); }; in GetToString()
Dhttp_client.h66 virtual Result<HttpResponse<std::string>> GetToString(