Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/web/http_client/
Dhttp_client.cc81 kDelete, enumerator
144 return DownloadToString(HttpMethod::kDelete, url, headers); in DeleteToString()
192 return DownloadToJson(HttpMethod::kDelete, url, headers); in DeleteToJson()
273 if (method == HttpMethod::kDelete) { in DownloadToCallback()