Realm C++ SDK 버전 v2.2.0
|
#include <http.hpp>
공개 속성 | |
int | http_status_code |
int | custom_status_code |
http_headers | headers |
std::string | body |
std::optional< std::int32_t > | client_error_code |
HTTP 응답의 내용입니다.
std::string 영역::net워킹::response:: body |
HTTP 응답의 본문입니다.
std::optional<std::int32_t> 영역::net워킹::response::client_error_code |
클라이언트 가 HTTP 처리 오류를 보고하는 데 사용하는 오류 코드입니다.
int 영역::net워킹::response::custom_status_code |
언어 바인딩(SDK)에서 제공하는 사용자 지정 상태 코드입니다.
http_headers 영역::net워킹::response::headers |
HTTP 응답의 헤더 - 키는 대소문자를 구분하지 않습니다.
int 영역::net워킹::response::http_status_code |
HTTP 응답의 상태 코드입니다.