httpz icon indicating copy to clipboard operation
httpz copied to clipboard

Inspect HTTP requests

httpz.app

is a service for inspecting http requests.

Local Setup

$ git clone https://github.com/jshawl/httpz.git
$ docker-compose up -d
$ cd client && npm start