Skip to content

bugwang/ngx_lua_module

Repository files navigation

不会git ,懒得整。直接打包了。

这个包 ngx_lua_module 是基于 lua-nginx-module-0.10.14 版本。不基于依赖luaJIT。

主要增加 capture_multi 函数,可以对不同子请求指定不同header

其他用法一样。

例如: header_info = {} header_info["User-xxxx"]="xxxx-ddd-ccccc";

table.insert(uri_list, {v.url,{ method = ngx.HTTP_POST,args = query,body=body,header=header_info} })

ngx_lua_module 10.14.2 增加几个函数:

sha256 bin2hex(限制1024字节) hex2bin(限制1024字节) hmac_sha256

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published