Simple and secure HTTP server written in pure Python, made for fast requests handling and secure requests management.
httpy is a tiny and fast HTTP server created for making all the server logic as safe as possible. It is written in Python because Python does not have any issues with memory stuff, like C/C++ does.
Everything is simple:
git clone https://github.com/mgarry1336/httpy
cd httpy
# Run server. By default, runs on port 8000
python3 main.py
If the last line of code gives you an error, try run python main.py
. Hope, it helps ;)
If you have found any bug of vulnerability, send me an email, please. I'll fix it as soon as possible