Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackeygao/request-meta
Inspect HTTP Requests. Request-Meta is alternative of requestBin; Collect, inspect and debug HTTP requests and webhooks.
https://github.com/jackeygao/request-meta
Last synced: about 1 month ago
JSON representation
Inspect HTTP Requests. Request-Meta is alternative of requestBin; Collect, inspect and debug HTTP requests and webhooks.
- Host: GitHub
- URL: https://github.com/jackeygao/request-meta
- Owner: jackeyGao
- Created: 2019-05-24T05:48:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T02:53:01.000Z (about 2 years ago)
- Last Synced: 2024-10-14T19:42:39.594Z (3 months ago)
- Language: HTML
- Homepage: https://request-meta.herokuapp.com/
- Size: 149 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
request-meta
============
Inspect HTTP Requests. Request-Meta is alternative of requestBin; Collect, inspect and debug HTTP requests and webhooks. https://request-meta.herokuapp.com/
## Framework
- [responder](https://github.com/kennethreitz/responder)
- [peewee](https://github.com/coleifer/peewee)## QuickStart
```
pip3 install -r requirements.txtpython3 server.py
```Open the browser, Access to http://127.0.0.1:5042/ .
## License
MIT License.