hyper icon indicating copy to clipboard operation
hyper copied to clipboard

An HTTP library for Rust

Results 323 hyper issues
Sort by recently updated
recently updated
newest added

**Version** Hyper/0.14.17 h2/0.3,9 **Platform** Linux x86_64 **Description** I build curl to use hyper for HTTP/2 over HTTPS, but when I try to multiplex h2 over a single connection I get...

S-bug
A-client
E-medium
A-http2
A-ffi

**Version** Hyper 0.13.10 **Platform** The output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) Fuchsia, as well as on Linux and OS-X **Description** Fuchsia uses hyper as...

S-bug

Related to #2797. The API can be called but does not really work yet. Since I am not yet familiar with the whole project, I would like to hear more...

**Calling a default shutdown signal function prevents redundant code** I think putting the shutdown signal function as a default somewhere would make crates like axum look nicer when defining a...

C-feature

What is the state of HTTP/2 server push in hyper? I couldn't find anything in the documentation. Are there any plans to implement it in the future?

C-feature
E-hard
B-rfc
A-http2

It seems that the server-side code has not been exposed by the C API. Is this on the roadmap? Or are there any known obstacles? I am trying to write...

A-server
S-feature
E-hard
A-ffi

I am currently using the low-level Http server API, which seems to suit my usage much better (https://github.com/hyperium/hyper/issues/2321) But I am wondering how can I do a graceful shutdown, I...

S-feature

I don't know if this is for hyper, tokio or mio but it is interesting to use the new io stack from linux 5.1 +. In [async](https://github.com/netty/netty/issues/10006) java world there...

B-upstream
E-hard

**Version** hyper v0.14.17 **Description** `hyper::Error`'s `Display` impl will print its immediate cause in a `"{description}: {cause}"` format. The problem is this screws with anything else that tries to print an...

C-bug