comparison src/http/ngx_http.h @ 50:b288069a8696

nginx-0.0.1-2003-01-23-21:47:54 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 23 Jan 2003 18:47:54 +0000
parents d81326c3b21b
children d1e42f1b8fd4
comparison
equal deleted inserted replaced
49:c091d5b853c8 50:b288069a8696
10 #include <ngx_hunk.h> 10 #include <ngx_hunk.h>
11 #include <ngx_files.h> 11 #include <ngx_files.h>
12 #include <ngx_connection.h> 12 #include <ngx_connection.h>
13 #include <ngx_conf_file.h> 13 #include <ngx_conf_file.h>
14 14
15 /* STUB */
16 #include <ngx_event_timer.h>
15 17
16 #define NGX_HTTP_VERSION_10 1000 18 #define NGX_HTTP_VERSION_10 1000
17 19
18 #define NGX_HTTP_GET 1 20 #define NGX_HTTP_GET 1
19 #define NGX_HTTP_HEAD 2 21 #define NGX_HTTP_HEAD 2