Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 284 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 284 Bytes

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