Realm C++ SDK Version v2.2.0
|
#include <http.hpp>
Public Attributes | |
int | http_status_code |
int | custom_status_code |
http_headers | headers |
std::string | body |
std::optional< std::int32_t > | client_error_code |
The contents of an HTTP response.
std::string realm::networking::response::body |
The body of the HTTP response.
std::optional<std::int32_t> realm::networking::response::client_error_code |
An error code used by the client to report http processing errors.
int realm::networking::response::custom_status_code |
A custom status code provided by the language binding (SDK).
http_headers realm::networking::response::headers |
The headers of the HTTP response - keys are case insensitive.
int realm::networking::response::http_status_code |
The status code of the HTTP response.