yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
http_client.h File Reference
#include <map>
#include <string>
#include "absl/status/status.h"
#include "absl/status/statusor.h"
Include dependency graph for http_client.h:
This graph shows which files directly or indirectly include this file:

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.