Skip to content

radenrishwan/http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple HTTP server from scratch in Rust + Tokio

This project is a simple HTTP server that is implemented from scratch in Rust with Tokio.

Todo

  • read request (header, body, etc)
  • write response
  • add dynamic path request
  • read static files
  • handle an error
  • middleware

About

simple http server from scratch using rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published