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. More...
#include <core_http_client_private.h>
Data Fields | |
const char * | pField |
size_t | fieldLen |
const char ** | pValueLoc |
size_t * | pValueLen |
uint8_t | fieldFound |
uint8_t | valueFound |
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.
const char* findHeaderContext_t::pField |
The field that is being searched for.
size_t findHeaderContext_t::fieldLen |
The length of pField.
const char** findHeaderContext_t::pValueLoc |
The location of the value found in the buffer.
size_t* findHeaderContext_t::pValueLen |
the length of the value found.
uint8_t findHeaderContext_t::fieldFound |
Indicates that the header field was found during parsing.
uint8_t findHeaderContext_t::valueFound |
Indicates that the header value was found during parsing.