Skip to content

Simple HTTP server written in pure python, made for fast requests handling.

Notifications You must be signed in to change notification settings

mgarry1336/httpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple HTTP server written in pure python, made for fast requests handling.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published