Sign in
nginx
/
nginx
/
170efb2b7d36e85db017e9daa25a0422aee8ce8a
/
.
/
src
/
http
/
ngx_http_core.h
blob: 976ae546a6508489079427faf32b5702603c585f [
file
] [
log
] [
blame
]
#ifndef
_NGX_HTTP_CORE_H_INCLUDED_
#define
_NGX_HTTP_CORE_H_INCLUDED_
#include
<ngx_http.h>
typedef
struct
{
time_t
send_timeout
;
}
ngx_http_core_conf_t
;
extern
ngx_http_module_t
ngx_http_core_module
;
#endif
/* _NGX_HTTP_CORE_H_INCLUDED_ */