Skip to content
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

hyper 1.0 #50

Closed
jayvdb opened this issue Nov 21, 2023 · 0 comments · Fixed by #51
Closed

hyper 1.0 #50

jayvdb opened this issue Nov 21, 2023 · 0 comments · Fixed by #51
Assignees

Comments

@jayvdb
Copy link
Contributor

jayvdb commented Nov 21, 2023

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

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.

@shenek shenek self-assigned this Dec 1, 2023
@shenek shenek closed this as completed in #51 Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants