summaryrefslogtreecommitdiff
path: root/cli/bench/http/node_post_json.lua
blob: 71697a0682b49ed31b12736de1f33547b0b30534 (plain)
1
2
3
wrk.method = "POST"
wrk.headers["Content-Type"] = "application/json"
wrk.body = '{"hello":"node"}'