8000 GitHub - tokio-rs/tokio-minihttp: Protocol implementation experimentations
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Resourc 62C7 es

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

Contributors 8

Languages

0