-
Notifications
You must be signed in to change notification settings - Fork 52
Customizing h1_client e.g. ClientConfig #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
enhancement
New feature or request
Comments
Closed
Making this a generic issue for how we should support config without necessitating client overrides. |
Is there any news on this? We'd like to set timeouts to the client instance but currently it is not possible. |
Fishrock123
added a commit
to Fishrock123/http-client
that referenced
this issue
Mar 13, 2021
work in progress for the long requested and needed configuration might end up being an unstable feature for a bit, not sure yet Refs: http-rs#61
Closed
WIP draft PR up for the API: #84 |
Available by default in 6.5.1: https://github.com/http-rs/http-client/releases/tag/v6.5.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following on from #53 being merged what would be the most ergonomic way of supporting a customizable
rustls::ClientConfig
I'm looking todo something similar to: async-tls/example
The text was updated successfully, but these errors were encountered: