Request type contains all the details for the http post. More...
#include <ccl_platform_if.h>
Data Fields | |
| char * | url |
| char * | content_type |
| void * | data |
| int | data_len |
| char ** | header_keys |
| char ** | header_values |
| int | header_count |
| int | timeout_secs |
| ccl_http_callback | cbk_func |
Request type contains all the details for the http post.
| ccl_http_callback ccl_http_request_t::cbk_func |
| char* ccl_http_request_t::content_type |
| void* ccl_http_request_t::data |
| int ccl_http_request_t::data_len |
| int ccl_http_request_t::header_count |
| char** ccl_http_request_t::header_keys |
| char** ccl_http_request_t::header_values |
| int ccl_http_request_t::timeout_secs |
| char* ccl_http_request_t::url |