\r\n

51Degrees Device Detection C/C++  4.5

A device detection library that is used natively or by 51Degrees products

fiftyoneDegreesHeaderArray Struct Reference

Detailed Description

Array of Headers which should always be ordered in ascending order of fullHeaderId.

Array of items of type fiftyoneDegreesHeader used to easily access and track the size of the array.

Data Fields

uint32_t  count
Number of used items.
uint32_t  capacity
Number of available items.
fiftyoneDegreesHeader *  items
Pointer to the first item.
bool  expectUpperPrefixedHeaders
True if the headers structure should expect input header to be prefixed with 'HTTP_'. More...

Field Documentation

◆ expectUpperPrefixedHeaders

bool fiftyoneDegreesHeaderArray::expectUpperPrefixedHeaders

True if the headers structure should expect input header to be prefixed with 'HTTP_'.

Add any members provided by the caller


The documentation for this struct was generated from the following file:
  • /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/src/common-cxx/headers.h
On This Page