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

HTTP post utility for openresty

Results 2 lua-resty-post issues
Sort by recently updated
recently updated
newest added

sometimes show nginx 400 Bad Request

I've tried to Array Input example, and output the converted table in json format: local resty_post = require 'resty.post' local post = resty_post:new() local _pdata = post:read() ngx.say(cjson.encode(_pdata)) Output: {"name[0]":"Bar","name[1]":"Foo","users[0][name]":"Jane...