😴 httsleep

Delayed HTTP responses for testing

Test how your application handles slow network requests, timeouts, and loading states.

All HTTP methods 🔄 Proxy & redirect support 🌐 CORS enabled

⏱️ Simple Delay

Returns a 200 OK response after waiting the specified number of seconds. Great for testing loading spinners and timeout handling.

/:seconds /3

🔀 Delayed Proxy

Fetches a URL and returns its response after the delay. Useful for simulating slow API responses with real data.

/:seconds?proxyUrl=:url /3?proxyUrl=https://httpbin.org/json