hyperium / hyper-tls

Apache License 2.0
189 stars 96 forks source link

Added documentation and force_https function. #19

Closed ghost closed 6 years ago

ghost commented 6 years ago

Added documentation that explains hyper_tls's default behaviour when a URL using the HTTP scheme is used. Also added a force_https function that will force the use of TLS when connecting to a URL.

seanmonstar commented 6 years ago

Thank you!