andrewvc / engulf

Distributed HTTP load tester, written in Clojure and Javascript.
http://engulf-project.org
Eclipse Public License 1.0
266 stars 14 forks source link

Specifying content for POST requests #11

Closed thaeli closed 9 years ago

thaeli commented 10 years ago

I don't see any way to specify the content of a POST request. Is this possible? This is for testing a web service, where instead of loading a variety of URLs I need to repeatedly load one URL with different parameters in the POST.

andrewvc commented 10 years ago

It actually is possible with the full syntax via the HTTP API! Unfortunately I don't have much time to work on Engulf anymore, so it's pretty much unsupported. I should put up a notice soon.