You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While attempting to use turmoil with this Consul client, we noticed that you can't override the hyper HTTP connector that gets used when building the hyper client.
It'd be nice if we could override the whole process of building the HTTP client, and not just the builder, so we can use this library with turmoil, e.g:
While attempting to use
turmoil
with this Consul client, we noticed that you can't override the hyper HTTP connector that gets used when building the hyper client.It'd be nice if we could override the whole process of building the HTTP client, and not just the builder, so we can use this library with turmoil, e.g:
rs-consul/src/lib.rs
Lines 255 to 256 in e18ce70
Turmoil example, using hyper:
https://github.com/tokio-rs/turmoil/blob/main/examples/axum/src/main.rs#L57
The text was updated successfully, but these errors were encountered: