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
- fix(http1): close client after completed response
- HTTP/1 client connection is never closed or pooled when a response completes while the request body is still unsent ((Reading::KeepAlive, Writing::Body) is a terminal state)
- `Change graceful_shutdown function behavior` PR can cause tonic servers to hang `serve_with_incoming_shutdown` in two different cases
- fix(ffi): preserve header order when replacing values
- fix(http1): reject forbidden trailer fields
- Support all whitespace characters in header values
- fix(http1): synchronize dispatch shutdown with sends
- docs(examples): add an example of using tower layers
- fix(http1): return 414 when request line overflows max_buf_size
- fix: preserve body order in vectored writes
- Docs
- Rust not yet supported