/http-server

simple http server from scratch using rust

Primary LanguageRust

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