coreHTTP  v2.0.0
HTTP/1.1 Client Library
findHeaderContext_t Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ pField

const char* findHeaderContext_t::pField

The field that is being searched for.

◆ fieldLen

size_t findHeaderContext_t::fieldLen

The length of pField.

◆ pValueLoc

const char** findHeaderContext_t::pValueLoc

The location of the value found in the buffer.

◆ pValueLen

size_t* findHeaderContext_t::pValueLen

the length of the value found.

◆ fieldFound

uint8_t findHeaderContext_t::fieldFound

Indicates that the header field was found during parsing.

◆ valueFound

uint8_t findHeaderContext_t::valueFound

Indicates that the header value was found during parsing.


The documentation for this struct was generated from the following file: