comparison src/http/ngx_http.h @ 43:53cd05892261

nginx-0.0.1-2002-12-27-19:22:50 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 27 Dec 2002 16:22:50 +0000
parents cd035a94e0b6
children 0e81ac0bb3e2
comparison
equal deleted inserted replaced
42:cd035a94e0b6 43:53cd05892261
1 #ifndef _NGX_HTTP_H_INCLUDED_ 1 #ifndef _NGX_HTTP_H_INCLUDED_
2 #define _NGX_HTTP_H_INCLUDED_ 2 #define _NGX_HTTP_H_INCLUDED_
3 3
4 4
5 #include <ngx_config.h> 5 #include <ngx_config.h>
6
6 #include <ngx_types.h> 7 #include <ngx_types.h>
7 #include <ngx_string.h> 8 #include <ngx_string.h>
8 #include <ngx_table.h> 9 #include <ngx_table.h>
9 #include <ngx_hunk.h> 10 #include <ngx_hunk.h>
10 #include <ngx_files.h> 11 #include <ngx_files.h>
11 #include <ngx_connection.h> 12 #include <ngx_connection.h>
12 #include <ngx_config_file.h> 13 #include <ngx_conf_file.h>
13 14
14 15
15 #define NGX_HTTP_VERSION_10 1000 16 #define NGX_HTTP_VERSION_10 1000
16 17
17 #define NGX_HTTP_GET 1 18 #define NGX_HTTP_GET 1