A lightweight, asynchronous HTTP server built with Rust and Hyper. Designed for simplicity and performance, this server handles basic HTTP requests and can be extended for custom use cases.
- 🚀 Asynchronous request handling using Tokio runtime
- 🔍 Supports GET and POST methods
- 📦 Request body parsing for POST requests
- ✅ Graceful error handling
- 🔧 Easy to configure and extend
- ⚡ High-performance networking with Hyper
- Clone the repository:
git clone https://github.com/abhilov23/rust-http-server.git cd rust-http-server