-
Currently users have to pass a `impl AsRef` to the client builder that includes a port.
I know there have been other issues (https://github.com/paritytech/jsonrpsee/issues/554, https://github.com/…
-
**Version**
hyper 1.0.0-rc4
**Platform**
Linux 5.15.109+ SMP x86_64 GNU/Linux
**Description**
Deno is currently using the RC versions of hyper 1.0 and it recently upgraded from `-rc3` t…
-
## Feature Request
Hello, the GRPC has it's own way of doing keepalive, besides you could use the `SO_KEEPALIVE` flag on the TCP socket. Currently, the GRPC `HTTP 2` keepalive is not implemented. T…
-
CVE-2023-44487 references [github.com/envoyproxy/envoy](https://github.com/envoyproxy/envoy), which may be a Go module.
Description:
The HTTP/2 protocol allows a denial of service (server resource co…
-
If you're coming from a pre-0.10 hyper, you had working HTTPS out of the box; with 0.10 "some assembly required". It'd be great of the hyper website, and documentation included a pointer to hyper-nati…
alex updated
11 months ago
-
Current implementation using messagepack is not so type-safe. Maybe we should provide communication with protobuf inside the template.
-
This crate is an important piece of the Rust ecosystem and I think it could benefit from some additional maintainer love. I realize that everyone is probably very busy and I very much appreciate your …
-
I maintain a Homebrew formula that can be used to install rustls-ffi, Hyper, curl, git (and hopefully other software), using the Rust backends. You can view the repo and instructions here: https://git…
-
Using Spin from `main`
The following code:
```
#[http_component]
fn handle_route(req: http::Request) -> Response {
let mut router = Router::new();
router.any("/api/*", not_found);
…
-
Rust is gaining popularity as a reliable and an efficient language so it would be interesting to see how a rust gRPC server compares in benchmarks.