hyper icon indicating copy to clipboard operation
hyper copied to clipboard

An HTTP library for Rust

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

We want to explore a trait that can be [forwards-compatible in frame types for a body stream](https://github.com/hyperium/hyper/blob/master/docs/ROADMAP.md#how-could-the-body-trait-prepare-for-unknown-frames). Steps: - [x] Accept a [proposal](https://github.com/hyperium/hyper/issues/2840#issuecomment-1218478311) - [ ] Implement in the `http-body`...

S-feature
E-hard
A-body

## Context Currently, the hyper server module has two major components. A high-level server API and a low level connection based API. The most common usages of hyper for its...

A-server
B-rfc

**Is your feature request related to a problem? Please describe.** By default hyper will try to get the `HttpInfo` for each Response even if they are not needed in most...

A-client
E-easy
C-feature

I maintain a Homebrew formula that can be used to install rustls-ffi, Hyper, curl, git (and hopefully other software), using the Rust backends. You can view the repo and instructions...

B-upstream
A-ffi

Requires https://github.com/hyperium/h2/pull/614 before this will compile. We can avoid a transmute and some questionable code by using a specially-crafted conditional `Send` impl. `Sendable` and the impl are inside a `const...

This has been discussed in #2587 - and decided against, and the stated intention not to export `UpgradableConnection` is that it is supposed to be used via `Future` trait. However...

This PR adds interface/device binding just like in curl: ```bash $ curl --interface wlan0 'https://api.ipify.org' 1.2.3.4 ``` It's needed, because sometimes binding to local IP just doesn't work (for example...

**Is your feature request related to a problem? Please describe.** On Fuchsia, we are updating our vendored version of Hyper from 0.13 to 0.14 in https://fuchsia-review.googlesource.com/c/fuchsia/+/611683/. As part of this...

S-feature

**Version** hyper v0.14.17 axum v0.4.8 **Platform** Linux generation 5.16.15-zen1-1-zen #1 ZEN SMP PREEMPT Thu, 17 Mar 2022 00:30:11 +0000 x86_64 GNU/Linux **Description** When the future passed to `Server::with_graceful_shutdown` completes, the...

S-bug

#2355 I'd like to ask if it's appropriate to carry out an idle check in these