comparison src/http/ngx_http_request.h @ 162:96993d4d5067

nginx-0.0.1-2003-10-28-00:01:00 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 27 Oct 2003 21:01:00 +0000
parents e7e094d34162
children 84036764e215
comparison
equal deleted inserted replaced
161:88abd07d9f62 162:96993d4d5067
30 #define NGX_HTTP_PARSE_TOO_LONG_HEADER 15 30 #define NGX_HTTP_PARSE_TOO_LONG_HEADER 15
31 #define NGX_HTTP_PARSE_NO_HOST_HEADER 16 31 #define NGX_HTTP_PARSE_NO_HOST_HEADER 16
32 #define NGX_HTTP_PARSE_INVALID_CL_HEADER 17 32 #define NGX_HTTP_PARSE_INVALID_CL_HEADER 17
33 33
34 34
35 #define NGX_HTTP_OK 200 35 #define NGX_HTTP_OK 200
36 #define NGX_HTTP_PARTIAL_CONTENT 206 36 #define NGX_HTTP_PARTIAL_CONTENT 206
37 37
38 #define NGX_HTTP_SPECIAL_RESPONSE 300 38 #define NGX_HTTP_SPECIAL_RESPONSE 300
39 #define NGX_HTTP_MOVED_PERMANENTLY 301 39 #define NGX_HTTP_MOVED_PERMANENTLY 301
40 #define NGX_HTTP_MOVED_TEMPORARILY 302 40 #define NGX_HTTP_MOVED_TEMPORARILY 302
41 #define NGX_HTTP_NOT_MODIFIED 304 41 #define NGX_HTTP_NOT_MODIFIED 304
42 42
43 #define NGX_HTTP_BAD_REQUEST 400 43 #define NGX_HTTP_BAD_REQUEST 400
44 #define NGX_HTTP_FORBIDDEN 403 44 #define NGX_HTTP_FORBIDDEN 403
45 #define NGX_HTTP_NOT_FOUND 404 45 #define NGX_HTTP_NOT_FOUND 404
46 #define NGX_HTTP_NOT_ALLOWED 405 46 #define NGX_HTTP_NOT_ALLOWED 405
47 #define NGX_HTTP_REQUEST_TIME_OUT 408 47 #define NGX_HTTP_REQUEST_TIME_OUT 408
48 #define NGX_HTTP_REQUEST_URI_TOO_LARGE 414 48 #define NGX_HTTP_REQUEST_ENTITY_TOO_LARGE 413
49 #define NGX_HTTP_RANGE_NOT_SATISFIABLE 416 49 #define NGX_HTTP_REQUEST_URI_TOO_LARGE 414
50 50 #define NGX_HTTP_RANGE_NOT_SATISFIABLE 416
51 #define NGX_HTTP_INTERNAL_SERVER_ERROR 500 51
52 #define NGX_HTTP_NOT_IMPLEMENTED 501 52 #define NGX_HTTP_INTERNAL_SERVER_ERROR 500
53 #define NGX_HTTP_BAD_GATEWAY 502 53 #define NGX_HTTP_NOT_IMPLEMENTED 501
54 #define NGX_HTTP_SERVICE_UNAVAILABLE 503 54 #define NGX_HTTP_BAD_GATEWAY 502
55 #define NGX_HTTP_GATEWAY_TIME_OUT 504 55 #define NGX_HTTP_SERVICE_UNAVAILABLE 503
56 #define NGX_HTTP_GATEWAY_TIME_OUT 504
56 57
57 58
58 59
59 #define NGX_HTTP_STATIC_HANDLER 0 60 #define NGX_HTTP_STATIC_HANDLER 0
60 #define NGX_HTTP_DIRECTORY_HANDLER 1 61 #define NGX_HTTP_DIRECTORY_HANDLER 1