-
Notifications
You must be signed in to change notification settings - Fork 88
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
Support rustls #102
Support rustls #102
Conversation
Otherwise, hyper will error when connecting to an `https` URL: error trying to connect: invalid URL, scheme is not http
@cole-h, would you like to rebase the branch (the master now is based on hyper-v1)? |
I'll take a stab at rebasing and addressing your concerns later today (hopefully) or tomorrow (at the latest)! Thank you! (If you don't want to wait that long, I do have "allow edits by maintainers" checked, so feel free to push to my branch as well) |
OK, this PR is now up-to-date with |
Ok, it is ready to merge. I'll update CI to check compilation (sadly not tests yet) and the changelog and publish a new library version. Thanks for your contribution! |
Thank you for your support, and for this crate! |
Closes #97.