wyyerd / stripe-rs

Rust API bindings for the Stripe HTTP API.
Apache License 2.0
223 stars 88 forks source link

Support feature hyper-rustls #127

Closed jatsrt closed 4 years ago

jatsrt commented 4 years ago

For cross complied environments and environments that do not have native TLS support.

Allow feature selection to use hyper-rustls.

This is my quick approach to adding support to switch between TLS providers.

jatsrt commented 4 years ago

And I just realize there is already a PR in place for this!