comparison src/http/ngx_http_core_module.h @ 59:e8cdc2989cee

nginx-0.0.1-2003-02-06-20:21:13 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 06 Feb 2003 17:21:13 +0000
parents 6b13b1cadabe
children e43f406e4525
comparison
equal deleted inserted replaced
58:6b13b1cadabe 59:e8cdc2989cee
6 #include <ngx_array.h> 6 #include <ngx_array.h>
7 #include <ngx_http.h> 7 #include <ngx_http.h>
8 8
9 9
10 typedef struct { 10 typedef struct {
11 int addr; 11 u_int32_t addr;
12 int port; 12 int port;
13 int family; 13 int family;
14 int flags; /* 'default' */ 14 int flags; /* 'default' */
15 ngx_str_t file_name; 15 ngx_str_t file_name;
16 int line; 16 int line;
83 83
84 84
85 85
86 int ngx_http_core_translate_handler(ngx_http_request_t *r); 86 int ngx_http_core_translate_handler(ngx_http_request_t *r);
87 87
88 int ngx_http_internal_redirect(ngx_http_request_t *r, ngx_str_t uri);
88 int ngx_http_error(ngx_http_request_t *r, int error); 89 int ngx_http_error(ngx_http_request_t *r, int error);
89 int ngx_http_close_request(ngx_http_request_t *r); 90 int ngx_http_close_request(ngx_http_request_t *r);
90 91
91 92
92 #endif /* _NGX_HTTP_CORE_H_INCLUDED_ */ 93 #endif /* _NGX_HTTP_CORE_H_INCLUDED_ */