-
I'm not saying doing the HTTP/1 parts of the upgrade, but after someone has started an upgrade, there is no way to tell h2 to continue with it.
- A way to encode and decode a `SETTINGS` frame as ba…
-
I have come to the need of implementing `hyper::rt::Read` on a custom struct. It seems to me that its documentation has been copy-pasted from tokio's `AsyncRead`, except it's outdated since the signat…
-
### Epic
See MystenLabs/narwhal#44 and spec https://docs.google.com/document/d/1ogieB-Y-PkvINJLfpS9G5Tga4RrmBef3OO0RSHa1fyU/edit#
### Description
We would like to stand up an RPC server over …
-
I may have missed this functionality, but is there a way to send trailing metadata (trailers) from a server-streaming situation. Imagine a simple scenario of a method which outputs several messages of…
-
The `download_tarball` method returns an object, once awaited and unwrapped, is a `Response`. I'm not sure how to turn this into an actual working `tar.gz` file on my computer, since the ` hyper::body…
-
### Is your feature request related to a problem?
speed and no head of line blocking.
Websockets is the current push technology that Surreal usee for real time data.
### Describe the solution…
-
Currently there is no way to shut a connection down except signaling a global shutdown.
Having this ability can be useful to detect slow clients and prevent some attacks.
-
I got this in response to a `move 12 1` command on Zulip:
```console
Failed to parse movement, expected move : failed to get RDS cert
Caused by:
0: error sending request for url (https://s3.a…
-
```rust
use http::uri::Uri;
fn main() {
let uri: Uri = "http://localhost".parse().unwrap();
println!("{:?}", uri.into_parts().path_and_query);
}
```
Results in:
```
Some(/)
```…
-
This is issue about what appears at https://docs.rs/hyper. As a general rule, we should incrementally improve them with the following in mind:
- Types should have a description of what they are use…