Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 771 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 771 Bytes

alt

httpy

Simple and secure HTTP server written in pure Python, made for fast requests handling and secure requests management.

tl;dr

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.

Installation

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 ;)

Note

If you have found any bug of vulnerability, send me an email, please. I'll fix it as soon as possible