Skip to content

Protocol implementation experimentations

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

tokio-rs/tokio-minihttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Protocol implementation experimentations

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages