hyper
hyper copied to clipboard
An HTTP library for Rust
There doesn't seem a way to specify, on a server, after a client connection has been accepted, a read timeout so as to close the client connection after a while...
As `hyper`'s msrv is 1.56, we could use 2021 edition.
This is an action item of the [COE on hyper's surprise CVE](https://seanmonstar.com/post/715784167270596608/coe-surpise-hyper-cve). We have a pile of issues and pull requests that don't get regularly reviewed, and new issues that...
In the previous implementation the `connect_to` future was spawned to let it finish when the checkout future won the race. However, in the event of the user dropping the `ResponseFuture`,...
This is an action item of the [COE on hyper's surprise CVE](https://seanmonstar.com/post/715784167270596608/coe-surpise-hyper-cve): > There is a [triage guide](https://hyper.rs/contrib/issues/#triaging) for bug reports, which is a good thing. But that doesn’t mean...
One of the action items of the [COE on hyper's surprise CVE](https://seanmonstar.com/post/715784167270596608/coe-surpise-hyper-cve) is to convert the existing bug report template from markdown to a form. This page may help with...
**Version** 1.0.0-rc.3 **Platform** Not relevant **Description** Can some of the examples for hyper 1.0.0 show how to make use of tower layers with hyper 1.0.0-rc.3? All of the examples I...
**Is your feature request related to a problem? Please describe.** The function `hyper::service::service_fn` uses a private return type, making it more difficult to compose. **Describe the solution you'd like** Make...
**Version** 0.14.25. I guess it applies also to the pool in hyper-util, but haven't really checked. **Platform** Darwin Kernel Version 21.4.0: Mon Feb 21 20:35:58 PST 2022; root:xnu-8020.101.4~2/RELEASE_ARM64_T6000 arm64 **Description**...
The `http1_header_read_timeout` used to start once there was a single read of headers. This change makes it start the timer immediately, right when the connection is estabilished. Closes #3178 cc...