diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-12-22 12:02:05 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-12-22 12:02:05 +0000 |
commit | 84d17bba650167380268ee0f86c6789a04a02426 (patch) | |
tree | 13b6bf1466ef1ac3112c2a4d028d34c31385eaac /src/http/ngx_http.h | |
parent | ed9b6d8962c6b7cf0546d0b2d69f34c879395757 (diff) | |
download | nginx-84d17bba650167380268ee0f86c6789a04a02426.tar.gz nginx-84d17bba650167380268ee0f86c6789a04a02426.zip |
ngx_http_arg()
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r-- | src/http/ngx_http.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 8c07a909c..cac2a9c3c 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -76,6 +76,9 @@ ngx_int_t ngx_http_parse_header_line(ngx_http_request_t *r, ngx_buf_t *b, ngx_uint_t allow_underscores); ngx_int_t ngx_http_parse_multi_header_lines(ngx_array_t *headers, ngx_str_t *name, ngx_str_t *value); +ngx_int_t ngx_http_arg(ngx_http_request_t *r, u_char *name, size_t len, + ngx_str_t *value); + ngx_int_t ngx_http_find_server_conf(ngx_http_request_t *r); void ngx_http_update_location_config(ngx_http_request_t *r); |