◆ allowUnmatched
vmodfod_config_bool vmodfod_global::allowUnmatched |
Allow unmatched results.
\r\n
Global structure used by the module.
This contains elements which are required in multiple parts of the module.
ResourceManager * | manager
Single manager instance constructed at startup. More...
|
ConfigHash * | config
Single config instance constructed at startup. More...
|
vmodfod_config_int | drift
Drift value that allows substrings to be matched in a wider range of character positions. More...
|
vmodfod_config_int | difference
Difference value to allow User-Agents where the character is slightly different from what is expected. More...
|
vmodfod_config_int | maxConcurrency
Max number of concurrent requests to be expected. More...
|
vmodfod_config_bool | allowUnmatched
Allow unmatched results. More...
|
vmodfod_config_bool | usePerformanceGraph
Use performance optimized graph. More...
|
vmodfod_config_bool | usePredictiveGraph
Use predictive optimized graph. More...
|
const char * | performanceProfile
The performance profile name. More...
|
const char * | requiredProperties
The required properties. More...
|
const char * | propertyDelimiter
The delimiter to use when returning value strings. More...
|
StatusCode | status
Status returned when the provider is initialised. More...
|
size_t | setHeadersCount
Number of headers in the setHeaders array. More...
|
vmodfod_setHeader * | setHeaders
Array of response headers to set in the set_resp_headers function. More...
|
vmodfod_config_bool vmodfod_global::allowUnmatched |
Allow unmatched results.
ConfigHash* vmodfod_global::config |
Single config instance constructed at startup.
vmodfod_config_int vmodfod_global::difference |
Difference value to allow User-Agents where the character is slightly different from what is expected.
vmodfod_config_int vmodfod_global::drift |
Drift value that allows substrings to be matched in a wider range of character positions.
ResourceManager* vmodfod_global::manager |
Single manager instance constructed at startup.
vmodfod_config_int vmodfod_global::maxConcurrency |
Max number of concurrent requests to be expected.
const char* vmodfod_global::performanceProfile |
The performance profile name.
const char* vmodfod_global::propertyDelimiter |
The delimiter to use when returning value strings.
const char* vmodfod_global::requiredProperties |
The required properties.
vmodfod_setHeader* vmodfod_global::setHeaders |
Array of response headers to set in the set_resp_headers function.
size_t vmodfod_global::setHeadersCount |
Number of headers in the setHeaders array.
StatusCode vmodfod_global::status |
Status returned when the provider is initialised.
vmodfod_config_bool vmodfod_global::usePerformanceGraph |
Use performance optimized graph.
vmodfod_config_bool vmodfod_global::usePredictiveGraph |
Use predictive optimized graph.