openresty / stream-lua-nginx-module

Embed the power of Lua into NGINX TCP/UDP servers
BSD 2-Clause "Simplified" License
725 stars 199 forks source link

Feature: sendupstream() similar to njs #306

Open toremick opened 1 year ago

toremick commented 1 year ago

Hi,

Is there any plans for implementing similar feature as njs has for sendupstream/senddownstream ? Or is it already a solution for it in lua?

https://nginx.org/en/docs/njs/reference.html#s_send_downstream

This would have been great.