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

This benches were disabled becuase of the deprecation of Client and Server, this pr is to reenable them with the new conn aproach

Work-in-progress `wasm32-wasi` target support for the `server` feature. Requires: https://github.com/tokio-rs/tokio/pull/4716 Signed-off-by: Richard Zak

**Version** hyper 0.14.16 **Platform** Linux DESKTOP-DHO88R7 4.19.104-microsoft-standard #1 SMP Wed Feb 19 06:37:35 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux **Description** If you gracefully shut down a server connection future before...

S-bug
B-rfc

This were disabled as part of #2929, since they depended on `HttpConnector` or `Server::bind`. The first two are easier than the last: - [x] `benches/pipeline.rs` - [x] `benches/server.rs` - [...

E-easy
A-tests
S-refactor

**Is your feature request related to a problem? Please describe.** When `hyper` is used anywhere within the tracing pipeline, e.g. sending data to a tracing server, we can get into...

S-feature

This is just a proposal, but if it seems like a good idea, doing it for 1.0 would be a good time, since we can actually *remove* the old support....

S-feature
B-rfc
B-breaking-change

**Version** hyper 0.14.19 h2 0.3.13 **Platform** Fedora 36 ``` Linux fedora-wb-dev 5.17.11-300.fc36.x86_64 #1 SMP PREEMPT Wed May 25 15:04:05 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ``` **Description** We use hyper...

S-bug

Hi Sean, I'm working through the timer series of issues (#2847, #2846, #2848, #2857) right now. This PR isn't (near) done, but I wanted to do a midway check-in and...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Is there a way...

S-feature