comparison src/http/ngx_http_request.h @ 4491:d11f86a16e3b

Added support for the 307 Temporary Redirect.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 27 Feb 2012 11:43:40 +0000
parents 50f463258eea
children cb1d3b48a848
comparison
equal deleted inserted replaced
4490:0cc1b430a0e6 4491:d11f86a16e3b
73 #define NGX_HTTP_SPECIAL_RESPONSE 300 73 #define NGX_HTTP_SPECIAL_RESPONSE 300
74 #define NGX_HTTP_MOVED_PERMANENTLY 301 74 #define NGX_HTTP_MOVED_PERMANENTLY 301
75 #define NGX_HTTP_MOVED_TEMPORARILY 302 75 #define NGX_HTTP_MOVED_TEMPORARILY 302
76 #define NGX_HTTP_SEE_OTHER 303 76 #define NGX_HTTP_SEE_OTHER 303
77 #define NGX_HTTP_NOT_MODIFIED 304 77 #define NGX_HTTP_NOT_MODIFIED 304
78 #define NGX_HTTP_TEMPORARY_REDIRECT 307
78 79
79 #define NGX_HTTP_BAD_REQUEST 400 80 #define NGX_HTTP_BAD_REQUEST 400
80 #define NGX_HTTP_UNAUTHORIZED 401 81 #define NGX_HTTP_UNAUTHORIZED 401
81 #define NGX_HTTP_FORBIDDEN 403 82 #define NGX_HTTP_FORBIDDEN 403
82 #define NGX_HTTP_NOT_FOUND 404 83 #define NGX_HTTP_NOT_FOUND 404