| CfindHeaderContext_t | An aggregator that represents the user-provided parameters to the HTTPClient_ReadHeader API function. This will be used as context parameter for the parsing callbacks used by the API function |
| CHTTPClient_ResponseHeaderParsingCallback_t | Callback to intercept headers during the first parse through of the response as it is received from the network |
| CHTTPParsingContext_t | The HTTP response parsing context for a response fresh from the server. This context is passed into the http-parser registered callbacks. The registered callbacks are private functions of the form httpParserXXXXCallbacks() |
| CHTTPRequestHeaders_t | Represents header data that will be sent in an HTTP request |
| CHTTPRequestInfo_t | Configurations of the initial request headers |
| CHTTPResponse_t | Represents an HTTP response |
| CTransportInterface_t | The transport layer interface |