-
Is there any option to show an 103 Early Hints response?
It seems HTTPie stops at a 103 response and does not go further. I admit I haven't check the 3.2.3 version, still using 3.2.2, but release n…
-
Not sure which OS/browser combinations this hits. For me if I launch with `rerun --web-viewer`, and then ctrl-c it doesn't exit until I refresh the chrome tab that's opened.
Looks like we're hitti…
-
This crate is mentioned on the https://hyper.rs/ frontpage but it does not seem to exist on crates.io. I guess it should be published there?
-
https://github.com/hyperium/mime
https://github.com/abonander/mime_guess
https://github.com/flier/rust-mime-sniffer
for https://github.com/foundpatterns/torchbear-static-webserver/blob/60fa29c718…
-
Both the server and the client need a way to initiate a clean shutdown. The process should be:
* Stop accepting new streams
* Wait until all existing streams are complete
* Send a GO_AWAY frame
…
-
A user is receiving various HTTP2 errors e.g. `{"error":{"message":"[internal] Stream closed with error code NGHTTP2_ENHANCE_YOUR_CALM"}}` and `{"error":{"message":"[internal] Stream closed with error…
-
As part of the 1.0 launch, we should polish https://hyper.rs. The repo to do so is in https://github.com/hyperium/hyperium.github.io.
This is a list of things I came up with, many can likely be bro…
-
Good day!
I have been using poem for some time now and have been impressed by its flexibility and ease of use.
I would love to see HTTP/3 support added to the Rust POEM framework. I see that ther…
-
As of https://github.com/hyperium/tonic/pull/660, it is convenient to simply enable the tonic `tls-webpki-roots` crate feature.
With that feature enabled, one can omit `tls_config()` on the `Channe…
-
Async IO is a game changer. References:
- Iron tracking issue: https://github.com/iron/iron/issues/446
- Hyper tracking issue: https://github.com/hyperium/hyper/issues/395
- Async hyper blog article: …