We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hyper 1.0.
The simplest upgrade path is to use the Client which was ripped out of hyper and now exists in https://github.com/hyperium/hyper-util/blob/master/src/client/legacy/client.rs
Client
However that depends on hyperium/hyper-util#62 being released (should be quick), and rustls/hyper-rustls#232 being finished or switch to openssl.
The alternative is to build a client manually using hyper , or switch to using reqwest which has a rustls feature built in.
The text was updated successfully, but these errors were encountered:
shenek
Successfully merging a pull request may close this issue.
hyper 1.0.
The simplest upgrade path is to use the
Client
which was ripped out of hyper and now exists in https://github.com/hyperium/hyper-util/blob/master/src/client/legacy/client.rsHowever that depends on hyperium/hyper-util#62 being released (should be quick), and rustls/hyper-rustls#232 being finished or switch to openssl.
The alternative is to build a client manually using hyper , or switch to using reqwest which has a rustls feature built in.
The text was updated successfully, but these errors were encountered: