lua-nginx-module
lua-nginx-module copied to clipboard
Embed the Power of Lua into NGINX HTTP servers
I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project. TLS has the support to derive key material from the TLS...
This is a major refactor of the `config` script of this module. * The script is now compatible for **both ngx_http_lua and ngx_stream_lua** * ngx_sream_lua can now be compiled as...
This pull request adds `ngx_http_lua_ffi_shdict_store_when` which is used to define `set_when` and `safe_set_when` methods in `ngx.shared.DICT`. These methods are useful for avoiding race conditions between successive calls of `get` and...
I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project. * The sister PR: https://github.com/openresty/meta-lua-nginx-module/pull/69 * Relevant issue: https://github.com/openresty/stream-lua-nginx-module/issues/167
This expose a way to set the tcp upstream socket's request buffer manually, so we can call write later. The reason this is splitted into 2 functions is because i...
The `lindex` method returns the element at index `index` in the shared dict list. Just like the `LINDEX` of Redis. I hereby granted the copyright of the changes in this...
… name's resolution from Lua code using Nginx core's dynamic resolver. Please, check my new FFI-based implementation. Lua-part (https://github.com/openresty/lua-resty-core/pull/235) Let me propose a new API function for Lua - ngx.resolve....
implement tcpsock:getreusedtimes to get tcp infos
I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project. Dynamically listen/accept socket in lua. Sample usage location = / {...
I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project.