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

https://github.com/rogervila/http-catcher

Catch any HTTP request and see its details
https://github.com/rogervila/http-catcher

docker flask

Last synced: 3 months ago
JSON representation

Catch any HTTP request and see its details

Awesome Lists containing this project

README

          

# HTTPCatcher

HTTPCatcher


GitHub license

## Setup

Running HTTPCatcher with docker is easy, but you can also run it locally.

### Docker setup

The image is available on [ghcr.io](https://ghcr.io).

```sh
docker run -p 5000:5000 ghcr.io/rogervila/http-catcher
```

### Local setup

Clone the repository and run the following commands:

```sh
pip install --user -r requirements.txt

FLASK_APP=web.py flask run -h 0.0.0.0 -p 5000
```

## License

HTTPCatcher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

Icons made by Smashicons from www.flaticon.com