A lightweight HTTP server implementation in Rust with a modular service-based architecture.
- Full HTTP/1.1 protocol support
- Extensible service-based architecture inspired by Tower
- Middleware support via layers
- Clean API for handling HTTP requests and responses
- Simple routing system
- Rust (stable channel)
Clone the repository and build the project:
git clone https://github.com/your-username/http-server.git
cd http-server
cargo build --release