http_spy icon indicating copy to clipboard operation
http_spy copied to clipboard

Watch HTTP requests as they happen

HttpSpy

Deploy

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

  1. Install Elixir
  2. Go to the root of this project and install dependencies with mix deps.get
  3. Start up a Phoenix dev server with mix phoenix.server
  4. Visit localhost:4000 in your browser