Ember
A C++ 20 'game engine' built with SDL3 with wide platform support.
Public Attributes | List of all members
HttpResponse Struct Reference

#include <http_client.h>

Public Attributes

int status_code = 0
 HTTP status code. More...
 
std::string body
 Response body. More...
 
std::map< std::string, std::string > headers
 Response headers. More...
 

Member Data Documentation

◆ body

std::string HttpResponse::body

Response body.

◆ headers

std::map<std::string, std::string> HttpResponse::headers

Response headers.

◆ status_code

int HttpResponse::status_code = 0

HTTP status code.


The documentation for this struct was generated from the following file: