Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/web/http_client/
Dhttp_client.cc141 Result<HttpResponse<std::string>> DeleteToString( in DeleteToString() function in cuttlefish::__anon7fb68fc60111::CurlClient
333 Result<HttpResponse<std::string>> DeleteToString( in DeleteToString() function in cuttlefish::__anon7fb68fc60111::ServerErrorRetryClient
336 return inner_client_.DeleteToString(url, headers); in DeleteToString()
Dhttp_client.h71 virtual Result<HttpResponse<std::string>> DeleteToString(