Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesmacaulay/http_spy
Watch HTTP requests as they happen
https://github.com/jamesmacaulay/http_spy
Last synced: about 2 months ago
JSON representation
Watch HTTP requests as they happen
- Host: GitHub
- URL: https://github.com/jamesmacaulay/http_spy
- Owner: jamesmacaulay
- Created: 2015-12-06T03:23:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-30T04:03:10.000Z (almost 9 years ago)
- Last Synced: 2024-10-12T13:10:57.618Z (2 months ago)
- Language: Elixir
- Homepage: http://httpspy.io
- Size: 141 KB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - jamesmacaulay/http_spy - Watch HTTP requests as they happen (others)
README
# HttpSpy
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
[HttpSpy](http://httpspy.io) is a real-time HTTP request capturer/logger/debugger. It is a lot like the lovely [RequestBin](https://requestb.in), with a few noteworthy differences:
* You see requests in real time!
* It is built with [Elixir](http://elixir-lang.org/), [Phoenix](http://www.phoenixframework.org/), and [Elm](http://elm-lang.org/)
* 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](http://elixir-lang.org/install.html)
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`](http://localhost:4000) in your browser