-
`Tonic` provides a good example: https://github.com/hyperium/tonic/tree/master/examples/src/uds.
-
-
When serving a `TlsStream` using a `hyper` server, the stream's `poll_shutdown` method sometimes returns a `io::ErrorKind::NotConnected`. This happens when calling the server using curl with `HTTP/1.1…
-
We have `HeaderValue::from_maybe_shared` to create `HeaderValue` from `Bytes` without copying, so what about the reverse?
-
`rust-rpxy` currently depends on `hyper` of version `0.14.x`. `hyper` project is planning to release version `1.0.x` shortly and already released `1.0.0-rc.x`.
The version up involves a lot of brea…
-
A tracking issue for upgrading reqwest to use hyper 1.0. It'll be a breaking change, and we should probably include some other breaking fixes that have piled up. But those can be tracked else where. T…
-
Hello!
I try to give a client which would not check certificate validity for Proxy object, but can't manage to initialize it correctly, I tried with rustls, hyper-rustls, openssl, native-tls...
no…
-
This tracks the examples that haven't yet been updated to axum 0.7:
- [ ] [rest-grpc-multiplex](https://github.com/tokio-rs/axum/blob/main/examples/rest-grpc-multiplex/src/main.rs) - Blocked. Requi…
-
cargo build failing - upstream builds dependent on tonic currently affected
appears tied to the interop folder - building within the folder also fails
Build works on Linux but not on window atm
…
-
1. Is there a recommended workflow to multiplex and handle regular axum web requests. I want to handle some webhooks that aren't coming through grpc/connect.
2. How do you think about this vs https…