\r\n

51Degrees Device Detection Nginx  4.4

A device detection module for Nginx

ngx_http_51D_data_to_set Struct Reference

Detailed Description

Structure containing details of a specific header to be set as per the config file.

Data Fields

ngx_http_51D_multi_header_mode  multi
Bit mask: what headers to use. More...
ngx_uint_t  propertyCount
The number of properties in the property array. More...
ngx_str_t **  property
Array of properties to set. More...
ngx_str_t  headerName
The header name to set. More...
ngx_str_t  lowerHeaderName
The header name in lower case. More...
ngx_str_t  variableName
The name of the variable to use a User-Agent.
ngx_http_51D_data_to_set *  next
The next header in the list. More...

Field Documentation

◆ headerName

ngx_str_t ngx_http_51D_data_to_set::headerName

The header name to set.

◆ lowerHeaderName

ngx_str_t ngx_http_51D_data_to_set::lowerHeaderName

The header name in lower case.

◆ next

ngx_http_51D_data_to_set* ngx_http_51D_data_to_set::next

The next header in the list.

◆ property

ngx_str_t** ngx_http_51D_data_to_set::property

Array of properties to set.

◆ propertyCount

ngx_uint_t ngx_http_51D_data_to_set::propertyCount

The number of properties in the property array.


The documentation for this struct was generated from the following file:
  • /home/runner/work/device-detection-nginx/device-detection-nginx/common/device-detection-nginx/51Degrees_module/ngx_http_51D_module.c
On This Page