|
RTS API Documentation
1.10.11
|
#include <xswitch.h>
Collaboration diagram for http_data_s:Data Fields | |
| switch_buffer_t * | body_buffer |
| switch_memory_pool_t * | pool |
| char * | content_type |
| int | err |
| long | code |
| switch_size_t | body_size |
| switch_curl_slist_t * | headers |
| switch_CURLcode | perform_code |
| switch_buffer_t* http_data_s::body_buffer |
Definition at line 44 of file xswitch.h.
Referenced by file_callback(), and xswitch_http_request().
| switch_size_t http_data_s::body_size |
Definition at line 49 of file xswitch.h.
Referenced by xswitch_http_request().
| long http_data_s::code |
Definition at line 48 of file xswitch.h.
Referenced by xswitch_http_request().
| char* http_data_s::content_type |
Definition at line 46 of file xswitch.h.
Referenced by xswitch_http_request().
| switch_curl_slist_t* http_data_s::headers |
Definition at line 50 of file xswitch.h.
Referenced by header_callback().
| switch_CURLcode http_data_s::perform_code |
Definition at line 51 of file xswitch.h.
Referenced by xswitch_http_request().
| switch_memory_pool_t* http_data_s::pool |
Definition at line 45 of file xswitch.h.
Referenced by header_callback(), and xswitch_http_request().
1.8.13