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