Structures passed as parameters to HTTP Client library functions. More...
Data Structures | |
struct | HTTPRequestHeaders_t |
Represents header data that will be sent in an HTTP request. More... | |
struct | HTTPRequestInfo_t |
Configurations of the initial request headers. More... | |
struct | HTTPClient_ResponseHeaderParsingCallback_t |
Callback to intercept headers during the first parse through of the response as it is received from the network. More... | |
struct | HTTPResponse_t |
Represents an HTTP response. More... | |
struct | TransportInterface_t |
The transport layer interface. More... | |
Typedefs | |
typedef struct NetworkContext | NetworkContext_t |
The NetworkContext is an incomplete type. An implementation of this interface must define struct NetworkContext for the system requirements. This context is passed into the network interface functions. | |
Structures passed as parameters to HTTP Client library functions.
These structures are passed as parameters to library functions. Documentation for these structures will state the functions associated with each parameter structure and the purpose of each member.