1 #ifndef _NGX_HTTP_LUA_SET_BY_H_INCLUDED_
2 #define _NGX_HTTP_LUA_SET_BY_H_INCLUDED_
3 
4 #include "ngx_http_lua_common.h"
5 
6 
7 ngx_int_t ngx_http_lua_set_by_chunk(lua_State *L, ngx_http_request_t *r,
8     ngx_str_t *val, ngx_http_variable_value_t *args, size_t nargs,
9     ngx_str_t *script);
10 int ngx_http_lua_setby_param_get(lua_State *L, ngx_http_request_t *r);
11 
12 
13 #endif /* _NGX_HTTP_LUA_SET_BY_H_INCLUDED_ */
14 
15 /* vi:set ft=c ts=4 sw=4 et fdm=marker: */
16