Closed theseion closed 1 year ago
Looks good to me. Anything to say before merging @RedXanadu?
Thank you for sorting this @theseion! I've only just seen this.
One question: what is "uri: "/post""? That looks new to me, and I don't know what it is. We don't have that documented, as far as I can see.
httpbin
has one dedicated endpoint for each HTTP method. Requests to /
return status 200
but include a large HTML payload. Using the dedicated endpoints does not include any HTML and is thus preferable in terms of raw test throughput. Yes, that should be documented.
See #92.
Thanks for explanation and doc PR.
Fixes #85