comparison src/http/ngx_http_request.h @ 3631:eb5e237bfa58

303 See Other
author Igor Sysoev <igor@sysoev.ru>
date Fri, 18 Jun 2010 14:58:52 +0000
parents 31e9677b15a1
children 4a643a230686
comparison
equal deleted inserted replaced
3630:b5819529738a 3631:eb5e237bfa58
70 #define NGX_HTTP_PARTIAL_CONTENT 206 70 #define NGX_HTTP_PARTIAL_CONTENT 206
71 71
72 #define NGX_HTTP_SPECIAL_RESPONSE 300 72 #define NGX_HTTP_SPECIAL_RESPONSE 300
73 #define NGX_HTTP_MOVED_PERMANENTLY 301 73 #define NGX_HTTP_MOVED_PERMANENTLY 301
74 #define NGX_HTTP_MOVED_TEMPORARILY 302 74 #define NGX_HTTP_MOVED_TEMPORARILY 302
75 #define NGX_HTTP_SEE_OTHER 303
75 #define NGX_HTTP_NOT_MODIFIED 304 76 #define NGX_HTTP_NOT_MODIFIED 304
76 77
77 #define NGX_HTTP_BAD_REQUEST 400 78 #define NGX_HTTP_BAD_REQUEST 400
78 #define NGX_HTTP_UNAUTHORIZED 401 79 #define NGX_HTTP_UNAUTHORIZED 401
79 #define NGX_HTTP_FORBIDDEN 403 80 #define NGX_HTTP_FORBIDDEN 403