comparison src/http/ngx_http.h @ 197:0b81c7a0b133

nginx-0.0.1-2003-11-27-10:45:22 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 27 Nov 2003 07:45:22 +0000
parents 71ce40b3c37b
children abeaebe0a33c
comparison
equal deleted inserted replaced
196:11fbd0fc041d 197:0b81c7a0b133
4 4
5 #include <ngx_config.h> 5 #include <ngx_config.h>
6 #include <ngx_core.h> 6 #include <ngx_core.h>
7 #include <ngx_garbage_collector.h> 7 #include <ngx_garbage_collector.h>
8 8
9 typedef struct ngx_http_request_s ngx_http_request_t;
10
11 #include <ngx_http_cache.h>
9 #include <ngx_http_request.h> 12 #include <ngx_http_request.h>
10 #include <ngx_http_config.h> 13 #include <ngx_http_config.h>
11 #include <ngx_http_cache.h>
12 #include <ngx_http_busy_lock.h> 14 #include <ngx_http_busy_lock.h>
13 #include <ngx_http_filter.h> 15 #include <ngx_http_filter.h>
14 #include <ngx_http_log_handler.h> 16 #include <ngx_http_log_handler.h>
15 #include <ngx_http_core_module.h> 17 #include <ngx_http_core_module.h>
16 18