A test service to mock slow server responses
/delay/{delay_time}
/delay/{delay_time}/url/{url}
Make a request to Flash to simulate a slow response, configurable delay in millisecs.
Test how your application responds to a slow response from external service or api.
Supports only HTTP Get() method as of now.
See documentation for more on usage and valid params.
Flash is open-source and available under MIT license.
Feel free to fork the repo or raise a pull-request on Github.