Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 836 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 836 Bytes

Rust HTTP Server

Built with Rust License: MIT

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.

Features

  • 🚀 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

Installation

  1. Clone the repository:
    git clone https://github.com/abhilov23/rust-http-server.git
    cd rust-http-server