tokio-rs/tokio-minihttp

Protocol implementation experimentations

Rust

467

42 commits

updated Apr 25, 2019

See the code

README

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:

  • It is very simple to implement a complex protocol using Tokio.
  • It is very fast.

Contributors

alexcrichton

22 commits

carllerche

10 commits

aturon

4 commits

gkbrk

2 commits

tokio-rs/tokio-minihttp

Protocol implementation experimentations

Rust

467

42 commits

updated Apr 25, 2019

See the code

README

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:

  • It is very simple to implement a complex protocol using Tokio.
  • It is very fast.

Contributors

alexcrichton

22 commits

carllerche

10 commits

aturon

4 commits

gkbrk

2 commits

Languages

Rust

100.0%