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.
- Host: GitHub
- URL: https://github.com/mgarry1336/httpy
- Owner: mgarry1336
- Created: 2024-08-16T08:07:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-24T23:15:11.000Z (about 1 year ago)
- Last Synced: 2024-11-25T00:19:21.931Z (about 1 year ago)
- Topics: command-line, command-line-tool, http, https, library, python, server
- Language: Python
- Homepage:
- Size: 557 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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