Skip to content

rogervila/http-catcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

Local setup

Clone the repository and run the following commands:

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.

Icons made by Smashicons from www.flaticon.com

About

Catch any HTTP request and see its details

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors