comparison src/http/ngx_http_request.h @ 3604:3a64bdacf1e4

202 Accepted status code
author Igor Sysoev <igor@sysoev.ru>
date Mon, 07 Jun 2010 13:38:39 +0000
parents 3711bb1336c3
children 64bd39f03182
comparison
equal deleted inserted replaced
3603:041ed4c980f5 3604:3a64bdacf1e4
62 #define NGX_HTTP_LOG_UNSAFE 8 62 #define NGX_HTTP_LOG_UNSAFE 8
63 63
64 64
65 #define NGX_HTTP_OK 200 65 #define NGX_HTTP_OK 200
66 #define NGX_HTTP_CREATED 201 66 #define NGX_HTTP_CREATED 201
67 #define NGX_HTTP_ACCEPTED 202
67 #define NGX_HTTP_NO_CONTENT 204 68 #define NGX_HTTP_NO_CONTENT 204
68 #define NGX_HTTP_PARTIAL_CONTENT 206 69 #define NGX_HTTP_PARTIAL_CONTENT 206
69 70
70 #define NGX_HTTP_SPECIAL_RESPONSE 300 71 #define NGX_HTTP_SPECIAL_RESPONSE 300
71 #define NGX_HTTP_MOVED_PERMANENTLY 301 72 #define NGX_HTTP_MOVED_PERMANENTLY 301