Add support for SOCKS5 proxies, and parsing proxy authorizations from URLs

This commit is contained in:
Diggory Blake
2019-04-05 15:59:18 -07:00
committed by Sean McArthur
parent 871ec6f989
commit c45ff29bfb
8 changed files with 486 additions and 103 deletions

View File

@@ -23,6 +23,10 @@ matrix:
- rust: stable
env: FEATURES="--features rustls-tls"
# default-tls, rustls, and socks!
- rust: stable
env: FEATURES="--features rustls-tls,socks"
- rust: stable
env: FEATURES="--features hyper-011"