This project is a lightweight Python-based HTTP server framework that allows you to define routes and handle HTTP requests with custom handlers.
It has no external dependencies and is designed to be simple and easy to extend. The server supports basic HTTP methods and can handle file uploads and retrievals.
- Custom route handling
- Middleware support ( WIP )
- File upload and retrieval
- Example handlers for echo, user-agent, and file operations
- Clone the repository:
git clone <repository-url> cd <repository-directory>
- Run the server:
python example/main.py