hyper
https://github.com/hyperium/hyper
Rust
An HTTP library for Rust
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported18 Subscribers
Add a CodeTriage badge to hyper
Help out
- Issues
- perf(h1): pass ParserConfig by reference instead of cloning per parse call
- perf(h1): pre-allocate read buffer instead of starting at zero
- perf: make BufList::remaining() O(1) with a cached byte count
- h2: expose current max stream count
- Preserve URI parse error info in error source chain
- Slower client can cause h1 server to disconnect without flushing Full body
- h1 servers can shutdown connections with pending buffered data on filled sockets
- Request client setting to allow RST instead of FIN on request cancelation.
- fix(http1): send error when dispatcher is dropped mid-body (#3995)
- feat(http1): customizable error messages
- Docs
- Rust not yet supported