Fake HTTP responses and response times
If you need an HTTP endpoint replying with a specific HTTP status code or taking a specific response time: try https://httpstat.us!
For example:
- return a 200 OK success status, taking 5 seconds: https://httpstat.us/200?sleep=5000
- return a 400 Bad Request: https://httpstat.us/400