Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Data Structures | |
struct | ngx_http_proxy_rewrite_s |
struct | ngx_http_proxy_vars_t |
struct | ngx_http_proxy_loc_conf_t |
struct | ngx_http_proxy_ctx_t |
Typedefs | |
typedef struct ngx_http_proxy_rewrite_s | ngx_http_proxy_rewrite_t |
typedef ngx_int_t(* | ngx_http_proxy_rewrite_pt )(ngx_http_request_t *r, ngx_table_elt_t *h, size_t prefix, size_t len, ngx_http_proxy_rewrite_t *pr) |
Variables | |
ngx_module_t | ngx_http_proxy_module |
typedef ngx_int_t(* ngx_http_proxy_rewrite_pt)(ngx_http_request_t *r, ngx_table_elt_t *h, size_t prefix, size_t len, ngx_http_proxy_rewrite_t *pr) |
Definition at line 15 of file ngx_http_proxy_module.c.
typedef struct ngx_http_proxy_rewrite_s ngx_http_proxy_rewrite_t |
Definition at line 13 of file ngx_http_proxy_module.c.
ngx_module_t ngx_http_proxy_module |
Definition at line 195 of file ngx_http_proxy_module.c.