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