/rust-http-server

Create a HTTP 1.1 server implementation in Rust

Primary LanguageRust

HTTP 1.1 server

This is an implementation of a HTTP 1.1 server, based on Rust.

WARNING: this is a learning project. Do NOT use this for production

Getting started

$ cargo build
$ cargo run

Step by step implementation

Memory management & CLI app

Implementation of HTTP 1.1 server

References