\r\n

51Degrees Device Detection Nginx  4.4

A device detection module for Nginx

ngx_http_51D_match_conf_t Struct Reference

Detailed Description

Match config structure set from the config file.

Data Fields

ngx_http_51D_multi_header_mode  multiMask
Bit mask. More...
ngx_uint_t  setHeaders
Indicates if response headers should be set. More...
ngx_uint_t  headerCount
The number of headers to set. More...
ngx_http_51D_data_to_set *  header
List of headers to set. More...
ngx_http_51D_data_to_set *  body
Body to set. More...

Field Documentation

◆ body

ngx_http_51D_data_to_set* ngx_http_51D_match_conf_t::body

Body to set.

There can be only one per config.

◆ header

ngx_http_51D_data_to_set* ngx_http_51D_match_conf_t::header

List of headers to set.

◆ headerCount

ngx_uint_t ngx_http_51D_match_conf_t::headerCount

The number of headers to set.

◆ setHeaders

ngx_uint_t ngx_http_51D_match_conf_t::setHeaders

Indicates if response headers should be set.


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