ded / reqwest

browser asynchronous http requests
2.94k stars 341 forks source link

Ability to disable TLS at compile time? #272

Closed dpc closed 6 years ago

dpc commented 6 years ago

How much work would that be? Is it desired to be supported? In some, security-conscious environments, it is beneficial to disable TLS at compile time (and eg. run behind reversed proxy), and eliminate a bulk of non-rust (OpenSSL, etc.) code.

dpc commented 6 years ago

Sorry, wrong reqwest. (I wanted Rust one)