Ember
A C++ 20 'game engine' built with SDL3 with wide platform support.
|
#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... | |
std::string HttpResponse::body |
Response body.
std::map<std::string, std::string> HttpResponse::headers |
Response headers.
int HttpResponse::status_code = 0 |
HTTP status code.