Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.txt

python3 server.py
```

Open the browser, Access to http://127.0.0.1:5042/ .

## License

MIT License.