Realm C++ SDK 버전 v2.2.0
공개 속성 | 모든 멤버 목록

영역::net워킹::response 구조체 참조

#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 응답의 본문입니다.

◆ client_error_code

std::optional<std::int32_t> 영역::net워킹::response::client_error_code

클라이언트 가 HTTP 처리 오류를 보고하는 데 사용하는 오류 코드입니다.

◆ custom_status_code

int 영역::net워킹::response::custom_status_code

언어 바인딩(SDK)에서 제공하는 사용자 지정 상태 코드입니다.

◆ 헤더

http_headers 영역::net워킹::response::headers

HTTP 응답의 헤더 - 키는 대소문자를 구분하지 않습니다.

◆ http_status_code

int 영역::net워킹::response::http_status_code

HTTP 응답의 상태 코드입니다.


이 구조체에 대한 문서는 다음 파일에서 생성되었습니다.