Ecosyste.ms: Awesome
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: 3 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 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T07:41:26.000Z (over 1 year ago)
- Last Synced: 2024-04-09T15:14:12.391Z (10 months ago)
- Topics: http, restful
- Language: JavaScript
- Homepage: https://httpz.app
- Size: 791 KB
- Stars: 20
- Watchers: 2
- 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