hyper
hyper copied to clipboard
An HTTP library for Rust
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...
**Version** hyper = { version = "0.14", features = ["full"] } tokio = { version = "1", features = ["full"] } Related to HTTP/1.0 **Platform** DockerFile ```Dockerfile FROM rust WORKDIR...
**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...
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...
**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...