HighLoad_HomeWork/test/dz003/scripts/post.lua

6 lines
171 B
Lua

wrk.method = "POST"
wrk.body = "name=ан&surname=ан"
wrk.headers["Content-Type"] = "application/x-www-form-urlencoded"
response = function(status, headers, body)
end