comparison src/http/ngx_http.h @ 99:a059e1aa65d4

nginx-0.0.1-2003-06-02-19:24:30 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Jun 2003 15:24:30 +0000
parents a23d010f356d
children 7ebc8b7fb816
comparison
equal deleted inserted replaced
98:c9b243802a17 99:a059e1aa65d4
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 #include <ngx_http_request.h> 15 #include <ngx_http_request.h>
16 #include <ngx_http_config.h> 16 #include <ngx_http_config.h>
17 #include <ngx_http_filter.h>
17 #include <ngx_http_core_module.h> 18 #include <ngx_http_core_module.h>
18 19
19 20
20 typedef struct { 21 typedef struct {
21 char *action; 22 char *action;