Skip to content

Latest commit

Β 

History

History
24 lines (16 loc) Β· 836 Bytes

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