#include <map>#include <string>#include "absl/status/statusor.h"

Go to the source code of this file.
Classes | |
| struct | yaze::cli::ios::UrlSessionHttpResponse |
Namespaces | |
| namespace | yaze |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::ios |
Functions | |
| absl::StatusOr< UrlSessionHttpResponse > | yaze::cli::ios::UrlSessionHttpRequest (const std::string &method, const std::string &url, const std::map< std::string, std::string > &headers, const std::string &body, int timeout_ms) |