Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
ngx_http_gzip_conf_t Struct Reference
Collaboration diagram for ngx_http_gzip_conf_t:
Collaboration graph
[legend]

Data Fields

ngx_flag_t enable
ngx_flag_t no_buffer
ngx_hash_t types
ngx_bufs_t bufs
size_t postpone_gzipping
ngx_int_t level
size_t wbits
size_t memlevel
ssize_t min_length
ngx_array_ttypes_keys

Detailed Description

Definition at line 15 of file ngx_http_gzip_filter_module.c.

Field Documentation

ngx_bufs_t bufs

Definition at line 21 of file ngx_http_gzip_filter_module.c.

ngx_flag_t enable

Definition at line 16 of file ngx_http_gzip_filter_module.c.

ngx_int_t level

Definition at line 24 of file ngx_http_gzip_filter_module.c.

size_t memlevel

Definition at line 26 of file ngx_http_gzip_filter_module.c.

ssize_t min_length

Definition at line 27 of file ngx_http_gzip_filter_module.c.

ngx_flag_t no_buffer

Definition at line 17 of file ngx_http_gzip_filter_module.c.

size_t postpone_gzipping

Definition at line 23 of file ngx_http_gzip_filter_module.c.

ngx_hash_t types

Definition at line 19 of file ngx_http_gzip_filter_module.c.

ngx_array_t* types_keys

Definition at line 29 of file ngx_http_gzip_filter_module.c.

size_t wbits

Definition at line 25 of file ngx_http_gzip_filter_module.c.


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