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

Go to the source code of this file.
Classes | |
| struct | yaze::net::HttpResponse |
| HTTP response structure containing status, body, and headers. More... | |
| class | yaze::net::IHttpClient |
| Abstract interface for HTTP client implementations. More... | |
Namespaces | |
| namespace | yaze |
| namespace | yaze::net |
Typedefs | |
| using | yaze::net::Headers = std::map<std::string, std::string> |
| HTTP headers type definition. | |