comparison src/http/ngx_http.h @ 1:d220029ac7f3

nginx-0.0.1-2002-08-15-21:20:26 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 15 Aug 2002 17:20:26 +0000
parents 4eff17414a43
children ffffe1499bce
comparison
equal deleted inserted replaced
0:4eff17414a43 1:d220029ac7f3
19 #define NGX_HTTP_CONN_CLOSE 0 19 #define NGX_HTTP_CONN_CLOSE 0
20 #define NGX_HTTP_CONN_KEEP_ALIVE 1 20 #define NGX_HTTP_CONN_KEEP_ALIVE 1
21 21
22 #define NGX_HTTP_OK 200 22 #define NGX_HTTP_OK 200
23 23
24
25 typedef struct {
26 void *ctx; /* STUB */
27 } ngx_http_module_t;
28
29 /* STUB */
30 #define ngx_get_module_ctx(r, module) (module)->ctx
24 31
25 typedef struct { 32 typedef struct {
26 char *buff; 33 char *buff;
27 char *pos; 34 char *pos;
28 char *last; 35 char *last;