mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
3 lines
127 B
Lua
3 lines
127 B
Lua
wrk.method = "POST"
|
|
wrk.body = string.rep("body", 1000000)
|
|
wrk.headers["Content-Type"] = "application/x-www-form-urlencoded"
|