Realm C++ SDK版本 v 2.2.0
|
#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 响应的正文。
std::Optional<std::int 32 _t> 域::networking::response::client_error_code |
客户端用于报告HTTP处理错误的错误代码。
int 域::networking::response::custom_status_code |
语言绑定 (SDK) 提供的自定义状态代码。
http_headers 域::networking::response::headers |
HTTP响应的标头 - 密钥不区分大小写。
int 域::networking::response::http_status_code |
HTTP 响应的状态代码。