makebook

Results 1 issues of makebook

local shell = require "resty.shell" ngx.req.read_body() local args = ngx.req.get_post_args() shell.run("/bin/echo", args.name)