Skip to content

babalolajnr/http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust HTTP Server

A lightweight HTTP server implementation in Rust with a modular service-based architecture.

Features

  • Full HTTP/1.1 protocol support
  • Extensible service-based architecture inspired by Tower
  • Middleware support via layers
  • Clean API for handling HTTP requests and responses
  • Simple routing system

Getting Started

Prerequisites

  • Rust (stable channel)

Installation

Clone the repository and build the project:

git clone https://github.com/your-username/http-server.git
cd http-server
cargo build --release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published