summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http.h
diff options
context:
space:
mode:
authorVladimir Homutov <vl@nginx.com>2014-04-29 12:28:41 +0400
committerVladimir Homutov <vl@nginx.com>2014-04-29 12:28:41 +0400
commited6780aaf12e99cce0fa3b27fff229b87aefec16 (patch)
tree9b9cef3fe01e83abdb0c4dee788d4b9330ba124b /src/http/ngx_http.h
parentb53306815ecb226c6ae0dd9729a7a0af0043b4d4 (diff)
downloadnginx-ed6780aaf12e99cce0fa3b27fff229b87aefec16.tar.gz
nginx-ed6780aaf12e99cce0fa3b27fff229b87aefec16.tar.bz2
Upstream: added the "$upstream_cookie_<name>" variables.
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 d4dc1bd94..0acc23494 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -105,6 +105,8 @@ 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_parse_set_cookie_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,