Searched refs:kPost (Results 1 – 1 of 1) sorted by relevance
/device/google/cuttlefish/host/libs/web/http_client/ |
D | http_client.cc | 80 kPost, enumerator 138 return DownloadToString(HttpMethod::kPost, url, headers, data_to_write); in PostToString() 150 return DownloadToJson(HttpMethod::kPost, url, headers, data_to_write); in PostToJson() 158 return DownloadToJson(HttpMethod::kPost, url, headers, json_str.str()); in PostToJson() 266 CF_EXPECT(data_to_write.empty() || method == HttpMethod::kPost, in DownloadToCallback() 280 if (method == HttpMethod::kPost) { in DownloadToCallback()
|