#include "cli/service/ai/ios_urlsession_http_client.h"#include "absl/status/status.h"#include "absl/strings/str_cat.h"
Go to the source code of this file.
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) |