Hello!
On Sun, Jun 22, 2014 at 5:37 AM, Gordon Madarm wrote:
> Is there an single method to access all request parameters from both GET and
> POST requests without having to cycle through both ngx.req.get_uri_args()
> and ngx.req.get_post_args() response data?
>
I won't add such API to the ngx_lua core because it is already trivial
(and more flexible) to do this yourself in pure Lua. I want to keep
the ngx_lua core minimal (especially when there are quite some people
running ngx_lua/openresty in embedded environment).
Best regards,
-agentzh