comparison src/http/ngx_http.h @ 190:02a715e85df1

nginx-0.0.1-2003-11-19-00:34:08 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 18 Nov 2003 21:34:08 +0000
parents a8ff48d26cca
children 71ce40b3c37b
comparison
equal deleted inserted replaced
189:c966c09be66b 190:02a715e85df1
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 #include <ngx_core.h> 6 #include <ngx_core.h>
7 #include <ngx_garbage_collector.h>
8
7 #include <ngx_http_request.h> 9 #include <ngx_http_request.h>
8 #include <ngx_http_config.h> 10 #include <ngx_http_config.h>
9 #include <ngx_http_cache.h> 11 #include <ngx_http_cache.h>
10 #include <ngx_http_busy_lock.h> 12 #include <ngx_http_busy_lock.h>
11 #include <ngx_http_filter.h> 13 #include <ngx_http_filter.h>