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

Data Fields

ngx_http_upstream_conf_t upstream
ngx_array_tflushes
ngx_array_tbody_set_len
ngx_array_tbody_set
ngx_array_theaders_set_len
ngx_array_theaders_set
ngx_hash_t headers_set_hash
ngx_array_theaders_source
ngx_array_tproxy_lengths
ngx_array_tproxy_values
ngx_array_tredirects
ngx_array_tcookie_domains
ngx_array_tcookie_paths
ngx_str_t body_source
ngx_str_t method
ngx_str_t location
ngx_str_t url
ngx_http_proxy_vars_t vars
ngx_flag_t redirect
ngx_uint_t http_version
ngx_uint_t headers_hash_max_size
ngx_uint_t headers_hash_bucket_size

Detailed Description

Definition at line 42 of file ngx_http_proxy_module.c.

Field Documentation

ngx_array_t* body_set

Definition at line 47 of file ngx_http_proxy_module.c.

ngx_array_t* body_set_len

Definition at line 46 of file ngx_http_proxy_module.c.

ngx_str_t body_source

Definition at line 61 of file ngx_http_proxy_module.c.

ngx_array_t* cookie_domains

Definition at line 58 of file ngx_http_proxy_module.c.

ngx_array_t* cookie_paths

Definition at line 59 of file ngx_http_proxy_module.c.

ngx_array_t* flushes

Definition at line 45 of file ngx_http_proxy_module.c.

ngx_uint_t headers_hash_bucket_size

Definition at line 78 of file ngx_http_proxy_module.c.

ngx_uint_t headers_hash_max_size

Definition at line 77 of file ngx_http_proxy_module.c.

ngx_array_t* headers_set

Definition at line 49 of file ngx_http_proxy_module.c.

ngx_hash_t headers_set_hash

Definition at line 50 of file ngx_http_proxy_module.c.

ngx_array_t* headers_set_len

Definition at line 48 of file ngx_http_proxy_module.c.

ngx_array_t* headers_source

Definition at line 52 of file ngx_http_proxy_module.c.

ngx_uint_t http_version

Definition at line 75 of file ngx_http_proxy_module.c.

ngx_str_t location

Definition at line 64 of file ngx_http_proxy_module.c.

ngx_str_t method

Definition at line 63 of file ngx_http_proxy_module.c.

ngx_array_t* proxy_lengths

Definition at line 54 of file ngx_http_proxy_module.c.

ngx_array_t* proxy_values

Definition at line 55 of file ngx_http_proxy_module.c.

ngx_flag_t redirect

Definition at line 73 of file ngx_http_proxy_module.c.

ngx_array_t* redirects

Definition at line 57 of file ngx_http_proxy_module.c.

Definition at line 43 of file ngx_http_proxy_module.c.

ngx_str_t url

Definition at line 65 of file ngx_http_proxy_module.c.

Definition at line 71 of file ngx_http_proxy_module.c.


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