Conviva Client Library
 
Loading...
Searching...
No Matches
Data Fields
ccl_http_request_t Struct Reference

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
 

Detailed Description

Request type contains all the details for the http post.

Field Documentation

◆ cbk_func

ccl_http_callback ccl_http_request_t::cbk_func

◆ content_type

char* ccl_http_request_t::content_type

◆ data

void* ccl_http_request_t::data

◆ data_len

int ccl_http_request_t::data_len

◆ header_count

int ccl_http_request_t::header_count

◆ header_keys

char** ccl_http_request_t::header_keys

◆ header_values

char** ccl_http_request_t::header_values

◆ timeout_secs

int ccl_http_request_t::timeout_secs

◆ url

char* ccl_http_request_t::url