hyper icon indicating copy to clipboard operation
hyper copied to clipboard

An HTTP library for Rust

Results 302 hyper issues
Sort by recently updated
recently updated
newest added

Enables `Clippy` in the CI as a need of the top-level `ci-pass` job. Resolution for #2977 Disabled the current violations : ``` #![allow( clippy::needless_borrow, clippy::module_inception, clippy::useless_format, clippy::redundant_clone, clippy::manual_non_exhaustive, dead_code, unused_imports...

According to https://en.wikipedia.org/wiki/Keepalive, TCP Keepalive has three parameters: * `Keepalive time` is the duration between two keepalive transmissions in idle condition. * `Keepalive interval` is the duration between two successive...

Add a new job to [CI](https://github.com/hyperium/hyper/blob/master/.github/workflows/CI.yml), `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...

E-easy
A-tests
S-refactor

**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...

A-client
S-feature
B-rfc

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...

A-docs

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...

A-server
C-feature
B-rfc

**Version** `axum = { version = "0.5.15" }` `tokio = { version = "1.20", features = ["full"] }` Corresponding to `Cargo.toml` of axum, `hyper = { version = "0.14.14" }`...

S-bug

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...

B-rfc
A-body

Adding audit for issue #2925. Uses the nightly build to uses rustdoc to create a diff with the exported types.