Skip to content

HTTP Request Logger Similar to RequestBin written in Elixir+Phoenix

License

Notifications You must be signed in to change notification settings

kevinastone/requestbox

Repository files navigation

RequestBox

RequestBox allows you to register endpoints that will record and capture HTTP requests similar to RequestBin. It's useful for debugging webhooks and other API clients.

You can see it dogfood its own webhooks from Github here.

Installation

git clone https://github.com/kevinastone/requestbox.git
cd requestbox
mix deps.get
(cd assets && npm install && node node_modules/brunch/bin/brunch build)
mix ecto.setup
mix phx.server
open http://localhost:4000

Screenshot

screenshot

About

HTTP Request Logger Similar to RequestBin written in Elixir+Phoenix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published