swindon-rs / tk-http

Full featured HTTP and Websockets library for rust/tokio
Apache License 2.0
136 stars 10 forks source link

Examples update #28

Closed codri closed 7 years ago

codri commented 7 years ago

Hi,

As discussed in issue #27 I've updated the tls_example to connect and download from the same URL, as well I've added the native-tls(tokio-tls) example, that should be using platform specific ssl libs.

codri commented 7 years ago

Don't know why it would fail on gcc on Windows.

tailhook commented 7 years ago

Great work. Thanks! At a glance, it looks like Appveyor fails for some temporary reason. Will check it later.