zombocom/derailed_benchmarks

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

Judobob opened this issue · 0 comments

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.