http_spy
http_spy copied to clipboard
Watch HTTP requests as they happen
HttpSpy
HttpSpy is a real-time HTTP request capturer/logger/debugger. It is a lot like the lovely RequestBin, with a few noteworthy differences:
- You see requests in real time!
- It is built with Elixir, Phoenix, and Elm
- No persistence layer
- Requests are irretrievable once you close the browser tab (for now)
- URLs can't be private (for now)
Developing
- Install Elixir
- Go to the root of this project and install dependencies with
mix deps.get - Start up a Phoenix dev server with
mix phoenix.server - Visit
localhost:4000in your browser