Skip to content

abhilov23/rust-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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
    
    

About

this is a http server built in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published