Go to the source code of this file.
|
Result< HttpResponse< Json::Value > > | cuttlefish::HttpPostToJson (HttpClient &http_client, const std::string &url, const std::string &data, const std::vector< std::string > &headers) |
|
Result< HttpResponse< Json::Value > > | cuttlefish::HttpPostToJson (HttpClient &http_client, const std::string &url, const Json::Value &data, const std::vector< std::string > &headers) |
|
Result< HttpResponse< Json::Value > > | cuttlefish::HttpGetToJson (HttpClient &http_client, const std::string &url, const std::vector< std::string > &headers) |
|