Rivoreo Source Code Repositories
src.rivoreo.one
/
net
/
nginx-mbedtls
/
b23d05f88851f0388eefac296bfe84d001aeb4f0
/
.
/
debian
/
modules
/
nginx-lua
/
src
/
ngx_http_lua_args.h
blob: 97d8bcdfcd6ba4f85c6e63dcc1730b452cfe2066 [
file
] [
log
] [
blame
] [
raw
]
#ifndef
NGX_HTTP_LUA_ARGS
#define
NGX_HTTP_LUA_ARGS
#include
"ngx_http_lua_common.h"
void
ngx_http_lua_inject_req_args_api
(
lua_State
*
L
);
int
ngx_http_lua_parse_args
(
lua_State
*
L
,
u_char
*
buf
,
u_char
*
last
,
int
max
);
#endif
/* NGX_HTTP_LUA_ARGS */