Expand description
§SOCKS Client Library
This library provides a SOCKS client implementation supporting SOCKS4, SOCKS4a, and SOCKS5 protocols. It allows users to connect, bind, and associate UDP through a SOCKS proxy.
Structs§
- Socks
Client Builder - A builder for creating SOCKS clients.
- Socks
TcpStream - A TCP stream that is connected through a SOCKS proxy.
- Socks
UdpSocket - A UDP socket that is associated through a SOCKS proxy.
Traits§
- Socks
Bind - A trait for binding to a target address through a SOCKS proxy.
- Socks
Connect - A trait for connecting to a target address through a SOCKS proxy.
- Socks
Udp - A trait for associating a UDP socket through a SOCKS proxy.