zombocom / derailed_benchmarks

Go faster, off the Rails - Benchmarks for your whole Rails app
2.94k stars 138 forks source link

How do I make a request to a endpoint that requires POST? #231

Open Judobob opened 9 months ago

Judobob commented 9 months ago

I can get requests working using the GET method but when I try POST I get route not found. How would I send a request to a POST method endpoint and how would I define the payload? Thanks this is a nice gem.