https://github.com/jclem/slo-mo
Plays back a request body after a timeout
https://github.com/jclem/slo-mo
Last synced: about 1 year ago
JSON representation
Plays back a request body after a timeout
- Host: GitHub
- URL: https://github.com/jclem/slo-mo
- Owner: jclem
- Created: 2014-07-18T16:04:29.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-18T16:04:44.000Z (almost 12 years ago)
- Last Synced: 2025-03-24T10:52:53.920Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slo-mo
Slo-mo returns JSON request bodies after a specified delay, set by the
environment variable `DELAY`.
If the environment variable `RESPONSE` is set, that value will be played back,
rather than the request body.