zombocom / derailed_benchmarks

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

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

Closed Judobob closed 1 month ago

Judobob commented 1 year 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.

pcai commented 1 month ago

see https://github.com/zombocom/derailed_benchmarks/pull/234