lua-resty-reqargs
lua-resty-reqargs copied to clipboard
Read application/x-www-form-urlencoded, multipart/form-data, and application/json request args
When a form is submitted with `content-type: multipart/form-data`... Simply calling: local get, post, files = require "resty.reqargs"() .. strips away the `POST` data. PHP can no longer see it. Similiar...
hi, when i'm using the reqargs to get post request data from form-data body, i cann't proxy pass the requests to the upstream, the nginx will return 504, my code...
when i use source code from github, it can not handle post request with `text/plain`, i try to fix it. but when i install this lib use opm, i find...
I'm designing a web framework that will preload all modules at `init_by_lua*` phase for better performance for the first request, also more elegant design taste (my opinion). But the following...
https://github.com/bungle/lua-resty-reqargs/blob/master/lib/resty/reqargs.lua#L86 `ngx.var.content_type` seems to always be nil.