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

https://github.com/mgarry1336/httpy

Simple HTTP server written in pure python, made for fast requests handling.
https://github.com/mgarry1336/httpy

command-line command-line-tool http https library python server

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

![alt](https://raw.githubusercontent.com/mgarry1336/httpy/main/httpy_bg.jpg)
# 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