Realm C++ SDK Version v2.2.0
Public Attributes | List of all members

realm::networking::response Struct Reference

#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
 

Detailed Description

The contents of an HTTP response.

Member Data Documentation

◆ body

std::string realm::networking::response::body

The body of the HTTP response.

◆ client_error_code

std::optional<std::int32_t> realm::networking::response::client_error_code

An error code used by the client to report http processing errors.

◆ custom_status_code

int realm::networking::response::custom_status_code

A custom status code provided by the language binding (SDK).

◆ headers

http_headers realm::networking::response::headers

The headers of the HTTP response - keys are case insensitive.

◆ http_status_code

int realm::networking::response::http_status_code

The status code of the HTTP response.


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