mcl_http_response_t Struct Reference

#include <mcl_core/include/mcl_core/mcl_http_response.h>

Collaboration diagram for mcl_http_response_t:
Collaboration graph

Data Fields

mcl_list_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_STATUS_CODE status_code
 Status code of http response. More...
 

Detailed Description

HTTP response handle

Contains HTTP status code, headers and payload.

Definition at line 63 of file mcl_http_response.h.

Field Documentation

mcl_list_t* mcl_http_response_t::header

Header of http response.

Definition at line 65 of file mcl_http_response.h.

Referenced by mcl_http_response_get_header().

mcl_size_t mcl_http_response_t::payload_size
E_MCL_HTTP_STATUS_CODE mcl_http_response_t::status_code

Status code of http response.

Definition at line 68 of file mcl_http_response.h.

Referenced by _process_registration_response(), core_processor_get_access_token(), and mcl_http_response_get_status().


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