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
- Host: GitHub
- URL: https://github.com/jshawl/httpz
- Owner: jshawl
- License: other
- Created: 2015-02-25T13:40:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T07:41:26.000Z (over 2 years ago)
- Last Synced: 2025-03-28T02:14:01.978Z (10 months ago)
- Topics: http, restful
- Language: JavaScript
- Homepage: https://httpz.app
- Size: 791 KB
- Stars: 20
- Watchers: 1
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
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