Closed alexandervoronov closed 3 years ago
The goal of this change is to give the choice between native-tls (OpenSSL based) and rustls. I'm following the pattern from reqwest itself, though the feature dependencies seem quite simple (comparing to what they do in reqwest).
reqwest
@alexandervoronov seems like a reasonable change. Thank you for the PR.
The goal of this change is to give the choice between native-tls (OpenSSL based) and rustls. I'm following the pattern from
reqwest
itself, though the feature dependencies seem quite simple (comparing to what they do inreqwest
).