Realm C++ SDK版本 v 2.2.0
公共属性 | 所有成员列表

域::networking::response 结构引用

#include <http.hpp>

公共属性

int http_status_code
 
int custom_status_code
 
http_headers headers
 
std::string body
 
std::Optional< std::int 32 _t > client_error_code
 

详细说明

HTTP 响应的内容。

成员数据文档

正文

std::string 域::networking::response::body

HTTP 响应的正文。

client_error_code

std::Optional<std::int 32 _t> 域::networking::response::client_error_code

客户端用于报告HTTP处理错误的错误代码。

custom_status_code

int 域::networking::response::custom_status_code

语言绑定 (SDK) 提供的自定义状态代码。

标头

http_headers 域::networking::response::headers

HTTP响应的标头 - 密钥不区分大小写。

◆ http_status_code

int 域::networking::response::http_status_code

HTTP 响应的状态代码。


该结构体的文档由以下文件生成: