Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/web/http_client/
Dhttp_client.cc189 Result<HttpResponse<Json::Value>> DeleteToJson( in DeleteToJson() function in cuttlefish::__anon7fb68fc60111::CurlClient
385 Result<HttpResponse<Json::Value>> DeleteToJson( in DeleteToJson() function in cuttlefish::__anon7fb68fc60111::ServerErrorRetryClient
388 auto fn = [&, this]() { return inner_client_.DeleteToJson(url, headers); }; in DeleteToJson()
Dhttp_client.h90 virtual Result<HttpResponse<Json::Value>> DeleteToJson(