An open API service indexing awesome lists of open source software.

https://github.com/jshawl/httpz

Inspect HTTP requests
https://github.com/jshawl/httpz

http restful

Last synced: 10 months ago
JSON representation

Inspect HTTP requests

Awesome Lists containing this project

README

          

# [httpz.app](https://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