Skip to content

An async Rust (tokio) HTTP library that allows non-standard (ab)uses of the protocol.

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

RAvenGEr/unhttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unhttp

An async Rust (tokio) HTTP library that allows non-standard (ab)uses of the protocol.

Note

WIP - things may drastically change between versions

Based on httparse, http and tokio, this aims to be a HTTP client and (eventually) server library for use cases where Hyper is difficult to wrangle.

Why

Another HTTP library, really?

Yes, I needed something to work where I was using Hyper and the HTTP server mutipart streaming mode wasn't easily supported.

Unhttp is my attempt to write an easy to hack on HTTP library.

About

An async Rust (tokio) HTTP library that allows non-standard (ab)uses of the protocol.

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