Android-cuttlefish cvd tool
|
#include <string>
#include <vector>
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/libs/web/http_client/http_client.h"
Go to the source code of this file.
Namespaces | |
namespace | cuttlefish |
Functions | |
Result< HttpResponse< std::string > > | cuttlefish::HttpGetToString (HttpClient &http_client, const std::string &url, const std::vector< std::string > &headers) |
Result< HttpResponse< std::string > > | cuttlefish::HttpPostToString (HttpClient &http_client, const std::string &url, const std::string &data, const std::vector< std::string > &headers) |