Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/web/http_client/
Dhttp_client.cc129 Result<HttpResponse<std::string>> GetToString( in GetToString()
135 Result<HttpResponse<std::string>> PostToString( in PostToString()
141 Result<HttpResponse<std::string>> DeleteToString( in DeleteToString()
147 Result<HttpResponse<Json::Value>> PostToJson( in PostToJson()
153 Result<HttpResponse<Json::Value>> PostToJson( in PostToJson()
161 Result<HttpResponse<void>> DownloadToCallback( in DownloadToCallback()
167 Result<HttpResponse<std::string>> DownloadToFile( in DownloadToFile()
181 return HttpResponse<std::string>{path, http_response.http_code}; in DownloadToFile()
184 Result<HttpResponse<Json::Value>> DownloadToJson( in DownloadToJson()
189 Result<HttpResponse<Json::Value>> DeleteToJson( in DeleteToJson()
[all …]
Dhttp_client.h38 struct HttpResponse { struct
66 virtual Result<HttpResponse<std::string>> GetToString( argument
68 virtual Result<HttpResponse<std::string>> PostToString(
71 virtual Result<HttpResponse<std::string>> DeleteToString(
82 virtual Result<HttpResponse<Json::Value>> PostToJson(
85 virtual Result<HttpResponse<Json::Value>> PostToJson(
88 virtual Result<HttpResponse<Json::Value>> DownloadToJson(
90 virtual Result<HttpResponse<Json::Value>> DeleteToJson(
93 virtual Result<HttpResponse<std::string>> DownloadToFile(
98 virtual Result<HttpResponse<void>> DownloadToCallback(