diff options
author | Ruslan Ermilov <ru@nginx.com> | 2012-02-27 11:43:40 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2012-02-27 11:43:40 +0000 |
commit | 1c57fb87905926519e2aef149b645d069328489e (patch) | |
tree | cacc864ff57273b5c20c678b85d82a716632bfc1 /src/http/ngx_http_request.h | |
parent | 09422e632f5768d1de432e4a3cef9459b685418c (diff) | |
download | nginx-1c57fb87905926519e2aef149b645d069328489e.tar.gz nginx-1c57fb87905926519e2aef149b645d069328489e.zip |
Added support for the 307 Temporary Redirect.
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r-- | src/http/ngx_http_request.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index 108dba92d..17c4b1e66 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -75,6 +75,7 @@ #define NGX_HTTP_MOVED_TEMPORARILY 302 #define NGX_HTTP_SEE_OTHER 303 #define NGX_HTTP_NOT_MODIFIED 304 +#define NGX_HTTP_TEMPORARY_REDIRECT 307 #define NGX_HTTP_BAD_REQUEST 400 #define NGX_HTTP_UNAUTHORIZED 401 |