/rust-web-server

a http server written in rust

Primary LanguageRustBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Rust Web Server

This is a simple web server written in Rust, it's a work in progress / learning project for me.

Currently it supports:

  • GET requests
  • Serving static files
  • Asyncronous Requests
  • Some basic logging
  • Basic error handling
  • Basic routing
  • Basic clean shutdown