RTS API Documentation  1.10.11
Data Fields
http_data_s Struct Reference

#include <xswitch.h>

+ Collaboration diagram for http_data_s:

Data Fields

switch_buffer_tbody_buffer
 
switch_memory_pool_tpool
 
char * content_type
 
int err
 
long code
 
switch_size_t body_size
 
switch_curl_slist_theaders
 
switch_CURLcode perform_code
 

Detailed Description

Definition at line 43 of file xswitch.h.

Field Documentation

◆ body_buffer

switch_buffer_t* http_data_s::body_buffer

Definition at line 44 of file xswitch.h.

Referenced by file_callback(), and xswitch_http_request().

◆ body_size

switch_size_t http_data_s::body_size

Definition at line 49 of file xswitch.h.

Referenced by xswitch_http_request().

◆ code

long http_data_s::code

Definition at line 48 of file xswitch.h.

Referenced by xswitch_http_request().

◆ content_type

char* http_data_s::content_type

Definition at line 46 of file xswitch.h.

Referenced by xswitch_http_request().

◆ err

int http_data_s::err

Definition at line 47 of file xswitch.h.

◆ headers

switch_curl_slist_t* http_data_s::headers

Definition at line 50 of file xswitch.h.

Referenced by header_callback().

◆ perform_code

switch_CURLcode http_data_s::perform_code

Definition at line 51 of file xswitch.h.

Referenced by xswitch_http_request().

◆ pool

switch_memory_pool_t* http_data_s::pool

Definition at line 45 of file xswitch.h.

Referenced by header_callback(), and xswitch_http_request().


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