Skip to content

jamesmacaulay/http_spy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Watch HTTP requests as they happen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published