http_response_t Struct Reference

HTTP Response Handle. More...

#include <src/http_response.h>

Collaboration diagram for http_response_t:
Collaboration graph

Data Fields

string_array_theader
 Header of http response. More...
 
mcl_uint8_tpayload
 Payload of http response. More...
 
mcl_size_t payload_size
 Payload size of http response. More...
 
E_MCL_HTTP_RESULT_CODE result_code
 Result code of http response. More...
 

Detailed Description

HTTP Response Handle.

Contains HTTP Result code, headers and payload.

Definition at line 64 of file http_response.h.

Field Documentation

string_array_t* http_response_t::header

Header of http response.

Definition at line 66 of file http_response.h.

Referenced by http_response_get_header().

mcl_uint8_t* http_response_t::payload

Payload of http response.

Definition at line 67 of file http_response.h.

Referenced by http_processor_get_access_token(), and http_response_get_payload().

mcl_size_t http_response_t::payload_size
E_MCL_HTTP_RESULT_CODE http_response_t::result_code

Result code of http response.

Definition at line 69 of file http_response.h.

Referenced by _evaluate_response_codes(), _exchange_evaluate_response(), and http_response_get_result_code().


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