Network Services API  1.40.00.04
Data Fields
HTTPCli_Params Struct Reference

HTTPCli instance paramaters. More...

#include <httpcli.h>

Collaboration diagram for HTTPCli_Params:
Collaboration graph

Data Fields

TLS_Handle tls
 
HTTPCli_StatusHandlershandle
 
HTTPCli_ContentHandlerchandle
 
HTTPCli_RedirectCallback rhandle
 
unsigned int stackSize
 
unsigned int priority
 
int timeout
 

Detailed Description

HTTPCli instance paramaters.

Remarks
This doxygen does not document all data fields. See httpcli.h for complete details.

Field Documentation

§ tls

TLS_Handle HTTPCli_Params::tls

§ shandle

HTTPCli_StatusHandler* HTTPCli_Params::shandle

§ chandle

HTTPCli_ContentHandler* HTTPCli_Params::chandle

§ rhandle

HTTPCli_RedirectCallback HTTPCli_Params::rhandle

§ stackSize

unsigned int HTTPCli_Params::stackSize

Async thread stack size. 0 for default

§ priority

unsigned int HTTPCli_Params::priority

Async thread priority. 0 for default

§ timeout

int HTTPCli_Params::timeout

Timeout value (in seconds) for socket. Set 0 for default value


The documentation for this struct was generated from the following file:
Copyright 2017, Texas Instruments Incorporated