deno.land / x / deno@v1.28.2 / cli / bench / http / node_post_json.lua
123wrk.method = "POST"wrk.headers["Content-Type"] = "application/json"wrk.body = '{"hello":"node"}'
Version Info