FreeRTOS:
HTTPS Client
HTTPS Client v1.0.0 library
|
Return to main page ↑ |
HTTPS Client asynchronous request information. More...
#include <iot_https_types.h>
Data Fields | |
IotHttpsClientCallbacks_t | callbacks |
Callbacks are used for an asynchronous request. See IotHttpsClientCallbacks_t for more information. | |
void * | pPrivData |
User private data to provide context to the asynchronous callbacks. | |
HTTPS Client asynchronous request information.
Parameter for: IotHttpsClient_InitializeRequest.
This is parameter in IotHttpsRequestInfo_t.u.
An asynchronous request will ask the application for headers and body right before the request is ready to be sent onto the network. An asynchronous request will have the application read headers and body as soon as the response is received on the network.