summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-03-19 13:41:29 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-03-19 13:41:29 +0000
commit2c7cb55ac1e94a0c165835933dcbe86d3904f623 (patch)
tree07aabfbd5751936fefeec474415b88c4855dc7ce /src/http/ngx_http.h
parent165b3c001cff1ec195725599ce0636f48e974bde (diff)
downloadnginx-2c7cb55ac1e94a0c165835933dcbe86d3904f623.tar.gz
nginx-2c7cb55ac1e94a0c165835933dcbe86d3904f623.tar.bz2
ngx_http_split_args()
Diffstat (limited to '')
-rw-r--r--src/http/ngx_http.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index cac2a9c3c..3cc869a75 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -78,6 +78,8 @@ 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);
+void ngx_http_split_args(ngx_http_request_t *r, ngx_str_t *uri,
+ ngx_str_t *args);
ngx_int_t ngx_http_find_server_conf(ngx_http_request_t *r);