seanmonstar / reqwest

An easy and powerful Rust HTTP Client
https://docs.rs/reqwest
Apache License 2.0
9.7k stars 1.09k forks source link

Add support for Socks4 #610

Open Luro02 opened 5 years ago

Luro02 commented 5 years ago

Currently, there is only support for Socks5 but rust_socks seems to support Socks4 too. This might be useful for people, who fetch their proxy from sites like this, which only have a few socks5 proxy listed, that match the required region (sometimes).

Jaltaire commented 3 weeks ago

@seanmonstar, is there still interest in adding SOCKS4 support?