blob: b106b2c4d55b0b740ff28c5c447bad5a3fe09e20 [file] [log] [blame]
#ifndef _NGX_HTTP_PROXY_HANDLER_H_INCLUDED_
#define _NGX_HTTP_PROXY_HANDLER_H_INCLUDED_
#include <ngx_config.h>
#include <ngx_array.h>
#include <ngx_http.h>
typedef struct {
ngx_chain_t *out;
} ngx_http_proxy_ctx_t;
extern ngx_http_module_t ngx_http_proxy_module;
#endif /* _NGX_HTTP_PROXY_HANDLER_H_INCLUDED_ */