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

Hi, there. As I try to get a large amount of data (e.g., 3GB) from the server, the fetching fails. The code is shown as follows. ### Client side ####...

As part of reaching hyper 1.0, we need to audit the "public" dependencies to make sure that: - We actually mean for that dependency to be exposed. - The dependency...

B-upstream
B-breaking-change

**Version** hyper = { version = "0.14", features = ["full"] } tokio = { version = "1", features = ["full"] } Related to HTTP/1.0 **Platform** DockerFile ```Dockerfile FROM rust WORKDIR...

S-bug

**Version** 0.14.19 **Platform** docs.rs **Description** The documentation for [server::Builder::serve](https://docs.rs/hyper/latest/hyper/server/struct.Builder.html#method.serve) has an example, but that example ~~uses `Server::serve` instead of `Builder::serve`~~ is no more advanced than the ones in the module-level...

S-bug

This adds `http_info` configuration option in `http::Config`. It can be used to enable or disable `HttpInfo`. `HttpInfo` is set through methods defined on `TcpStream` (`peer_addr()` and `local_addr()`). Configuration options have...

**Is your feature request related to a problem? Please describe.** I am trying to fetch resource that located behind Imperva/Incapsula WAF. As part it's client-classification process sometimes the WAF added...

S-feature

**Version** ``` hyper = "0.14.18" h2 = "0.3.13" ``` **Platform** ``` > uname -a Linux 5.17.5-76051705-generic #202204271406~1651504840~22.04~63e51bd SMP PREEMPT Mon May 2 15: x86_64 x86_64 x86_64 GNU/Linux ``` **Description** I've...

S-bug
A-http2