-
Notifications
You must be signed in to change notification settings - Fork 81
Add h1-client-rustls feature #88
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
I removed the testing of |
I'm not sure yet why the tests are failing using |
Test failures using |
@Empty2k12 : I think this PR is ready for review and possible merge. |
@JEnoch Thanks for this PR, looking great so far! Does indeed look like a typo. Will merge when that's resolved. |
Thanks a lot @JEnoch |
Hello! I just published a change to crates.io containing your change as version |
Description
h1-client-rustls
feature, allowing to use rustls instead of OpenSSL for HTTPS (and thus being more portable to various platforms)surf
to 2.2.0 (to usesurf/h1-client-rustls
feature)Choice of HTTP backend
section in README.md, describing the different featuresrust.yml
workflow to test a matrix of HTTP backends, instead of using--all-features
that activate all, but ends with onlycurl-client
to be tested (as per surf implementation)Checklist
cargo fmt --all
cargo clippy --all-targets --all-features -- -D warnings
cargo readme -r influxdb -t ../README.tpl > README.md