lua-resty-core icon indicating copy to clipboard operation
lua-resty-core copied to clipboard

New FFI-based API for lua-nginx-module

Results 79 lua-resty-core issues
Sort by recently updated
recently updated
newest added

I hereby granted the copyright of the changes in this pull request to the authors of this lua-resty-core project. Fixes https://github.com/openresty/lua-resty-core/issues/75 Depends on https://github.com/openresty/lua-nginx-module/pull/1694 This is a sister PR of...

can ngx.resty.core support proxy ceritificate setting directives, like proxy_ssl_certificate_by_lua*, so we can set proxy CA or client certificate for handshaking with upstream server, now we can only change those manualy...

feature

Co-authored-by: Thibault Charbonnier I hereby granted the copyright of the changes in this pull request to the authors of this lua-resty-core project.

I hereby granted the copyright of the changes in this pull request to the authors of this lua-resty-core project. ref: https://github.com/openresty/lua-nginx-module/pull/1687

> I hereby granted the copyright of the changes in this pull request to the authors of this lua-resty-core project. Sister PR with underlying implementation and background info: https://github.com/openresty/lua-nginx-module/pull/1600

This pull request adds `set_when` and `safe_set_when` methods to `ngx.shared.DICT`. The following two pull requests must be merged before merging this pull request. - [Add ngx_http_lua_ffi_shdict_store_when for set_when and safe_set_when...

I hereby granted the copyright of the changes in this pull request to the authors of this lua-resty-core project.

The other PR is https://github.com/openresty/lua-nginx-module/pull/1479. I hereby granted the copyright of the changes in this pull request to the authors of this lua-resty-core project.

…system. Also removed modules loaded repeatly in HTTP subsystem from resty/core.lua. I hereby granted the copyright of the changes in this pull request to the authors of this lua-resty-core project.

works with https://github.com/openresty/lua-nginx-module/pull/1358