Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 633 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 633 Bytes

hdump

A simple web server which captures all requests send to it for debugging

Features

  1. Capture all http requests to it for debugging
  2. Show all captured requests, by requesting to /admin

Building

  1. Get stack
cd hdump
stack setup
stack install

Running

hdump -p 4000 HDUMP_PORT=5000 hdump

Port can be customized by -p or environment variable HDUMP_PORT. In case both are define, environment variable will be used

Todo

  • Customize show url
  • Add a persistant storage, right now all requests store in memory