wrk.method = "POST" -- this assumes that we're sending to a html form endpoint with csrf protection disabled -- wrk.body and wrk.headers would be different if we were sending a JSON payload to a JSON API endpoing wrk.body = "message[body]=wat" wrk.headers["Content-Type"] = "application/x-www-form-urlencoded"