Home

Awesome

Tokio MiniHTTP

Build Status Build status

This library is a proof-of-concept implementation of a simple HTTP/1.1 server using Tokio.

The goal of the library is to demo the simplicity of implementing a protocol with Tokio. This is part of an effort of experimenting with multiple IO strategies in Rust in order to try to figure out the best path forward.

This implementation of HTTP, while far from complete, demonstrates: