aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-01-18 21:11:23 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-01-18 21:11:23 +0000
commit56331ba4993b02ce6c5ac67b8fee631cac53c652 (patch)
treee0270c22b21bd957a3b306e57a56d439d54ba362 /src/http/ngx_http_request.h
parentf5a359bdec93bb4dbe38c8b13fff957a71b0f896 (diff)
downloadnginx-56331ba4993b02ce6c5ac67b8fee631cac53c652.tar.gz
nginx-56331ba4993b02ce6c5ac67b8fee631cac53c652.zip
the "Overwrite" header line
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index 22e17ee37..0c7f5cb5f 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -194,6 +194,7 @@ typedef struct {
#if (NGX_HTTP_DAV)
ngx_table_elt_t *depth;
ngx_table_elt_t *destination;
+ ngx_table_elt_t *overwrite;
ngx_table_elt_t *date;
#endif