A simple web server which captures all requests send to it for debugging
- Capture all http requests to it for debugging
- Show all captured requests, by requesting to
/admin
- Get stack
cd hdump
stack setup
stack installhdump -p 4000 HDUMP_PORT=5000 hdumpPort can be customized by -p or environment variable HDUMP_PORT. In case
both are define, environment variable will be used
- Customize show url
- Add a persistant storage, right now all requests store in memory