kaichaosun / rlt

Localtunnel implementation in Rust, expose local API to the public.
MIT License
87 stars 11 forks source link

add rustls feature #21

Closed MarinPostma closed 1 year ago

MarinPostma commented 1 year ago

By default, reqwest uses native-tls. This adds a feature flag to optionally use rustls-tls instead

MarinPostma commented 1 year ago

@kaichaosun switched to using reqwest/default

kaichaosun commented 1 year ago

Thank your for the PR! @MarinPostma

MarinPostma commented 1 year ago

Thanks for your review @kaichaosun :) Could you make a release with this patch please? :pray:

kaichaosun commented 1 year ago

@MarinPostma released!