Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/web/http_client/
Dhttp_client.cc78 enum class HttpMethod { enum
132 return DownloadToString(HttpMethod::kGet, url, headers); in GetToString()
138 return DownloadToString(HttpMethod::kPost, url, headers, data_to_write); in PostToString()
144 return DownloadToString(HttpMethod::kDelete, url, headers); in DeleteToString()
150 return DownloadToJson(HttpMethod::kPost, url, headers, data_to_write); in PostToJson()
158 return DownloadToJson(HttpMethod::kPost, url, headers, json_str.str()); in PostToJson()
164 return DownloadToCallback(HttpMethod::kGet, callback, url, headers); in DownloadToCallback()
186 return DownloadToJson(HttpMethod::kGet, url, headers); in DownloadToJson()
192 return DownloadToJson(HttpMethod::kDelete, url, headers); in DeleteToJson()
224 HttpMethod method, const std::string& url, in DownloadToJson()
[all …]
/device/google/atv/products/lowram_boot_profiles/
Dpreloaded-classes13932 com.android.okhttp.internal.http.HttpMethod
Dboot-image-profile.txt13283 Lcom/android/okhttp/internal/http/HttpMethod;
48858 HSPLcom/android/okhttp/internal/http/HttpMethod;->permitsRequestBody(Ljava/lang/String;)Z
48859 HSPLcom/android/okhttp/internal/http/HttpMethod;->requiresRequestBody(Ljava/lang/String;)Z