http_client_send_callback_info_t Struct Reference

#include <src/http_client.h>

Collaboration diagram for http_client_send_callback_info_t:
Collaboration graph

Data Fields

http_client_read_callback read_callback
 
void * user_context
 

Detailed Description

Definition at line 28 of file http_client.h.

Field Documentation

http_client_read_callback http_client_send_callback_info_t::read_callback

Definition at line 30 of file http_client.h.

Referenced by _set_request_options(), and http_processor_stream().

void* http_client_send_callback_info_t::user_context

Definition at line 31 of file http_client.h.

Referenced by _set_request_options(), and http_processor_stream().


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