Crate libsocks_client

Source
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§

SocksClientBuilder
A builder for creating SOCKS clients.
SocksTcpStream
A TCP stream that is connected through a SOCKS proxy.
SocksUdpSocket
A UDP socket that is associated through a SOCKS proxy.

Traits§

SocksBind
A trait for binding to a target address through a SOCKS proxy.
SocksConnect
A trait for connecting to a target address through a SOCKS proxy.
SocksUdp
A trait for associating a UDP socket through a SOCKS proxy.