zeloxy
A Rust library for working with various proxies.
Supported proxy types:
- HTTP (without auth / with basic auth)
- SOCKS5 (without auth / with
user / passauth) - SOCKS4 (without auth / with
identauth)
Examples
Current examples can be found here: browse
Connect to SOCKS5 proxy
use ;
async