http_processor_stream_callback_context_t Struct Reference

#include <src/http_processor.h>

Collaboration diagram for http_processor_stream_callback_context_t:
Collaboration graph

Data Fields

http_processor_thttp_processor
 Http processer handle. More...
 
store_tstore
 Holds references to data to exchange. More...
 
http_request_trequest
 It is used to build http request messages. More...
 
mcl_uint8_t call_count
 Call count of stream callback. More...
 
E_MCL_ERROR_CODE previous_result
 Previous result of callback. More...
 

Detailed Description

Definition at line 38 of file http_processor.h.

Field Documentation

mcl_uint8_t http_processor_stream_callback_context_t::call_count

Call count of stream callback.

Definition at line 43 of file http_processor.h.

Referenced by _get_payload_from_file().

http_processor_t* http_processor_stream_callback_context_t::http_processor

Http processer handle.

Definition at line 40 of file http_processor.h.

Referenced by _get_payload_from_file().

E_MCL_ERROR_CODE http_processor_stream_callback_context_t::previous_result

Previous result of callback.

Definition at line 44 of file http_processor.h.

Referenced by _get_payload_from_file().

http_request_t* http_processor_stream_callback_context_t::request

It is used to build http request messages.

Definition at line 42 of file http_processor.h.

Referenced by _get_payload_from_file(), and http_processor_stream().

store_t* http_processor_stream_callback_context_t::store

Holds references to data to exchange.

Definition at line 41 of file http_processor.h.

Referenced by _get_payload_from_file().


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