A simple service to simulate sleep via an HTTP request.
This takes a number of microseconds in the URL and responds after that time.
For example, to sleep for 1 second (1 million microseconds):
This will not allow sleeping for a negative time or more than 20 seconds (20 million microseconds).
This will respond with 404 for invalid microseconds.
This will respond with 426 for too many requests.
This is made with the finest JavaScript setTimeout
Because sometimes all you have is HTTP and no Sleep.
© Copyright 2025 CubeLogix Ltd.