hyper
                                
                                
                                
                                    hyper copied to clipboard
                            
                            
                            
                        An HTTP library for Rust
Enables `Clippy` in the CI as a need of the top-level `ci-pass` job. Resolution for #2977 Disabled the current violations : ``` #, `clippy`, but that is _extremely_ limited in what lints it checks for. Clippy's defaults are usually too annoying, but there a few specific things...
**Is your feature request related to a problem? Please describe.** Certain retry behaviors specify a fresh connection (and sometimes a full DNS re-lookup) to direct traffic away from what might...
It is not obvious how to deal with trailers, especially since in most cases the body gets consumed by a call to `to_bytes`, even though it is perfectly fine to...
If you're coming from a pre-0.10 hyper, you had working HTTPS out of the box; with 0.10 "some assembly required". It'd be great of the hyper website, and documentation included...
An important customer of ours is very interested in using [HTTP 103 Early Hints](https://tools.ietf.org/html/rfc8297) to lower the perceived latency experienced by their end users. This requires the ability to return...
**Version** `axum = { version = "0.5.15" }` `tokio = { version = "1.20", features = ["full"] }` Corresponding to `Cargo.toml` of axum, `hyper = { version = "0.14.14" }`...
We temporarily renamed the old `hyper::Body` struct to `hyper::body::Recv` in #2966. That was to unblock #2839, since we wanted to use the name for the trait instead. But, the name...
Adding audit for issue #2925. Uses the nightly build to uses rustdoc to create a diff with the exported types.