deno/cli/bench/http/deno_post_json.lua
2022-07-01 12:59:01 +05:30

3 lines
98 B
Lua

wrk.method = "POST"
wrk.headers["Content-Type"] = "application/json"
wrk.body = '{"hello":"deno"}'