Module socks

Source
Expand description

SOCKS proxy clients

Structs§

Iter
An iterator over SocketAddrs associated with a TargetAddr.
Socks4Listener
A SOCKS4 BIND client.
Socks4Stream
A SOCKS4 client.
Socks5Datagram
A SOCKS5 UDP client.
Socks5Listener
A SOCKS5 BIND client.
Socks5Stream
A SOCKS5 client.

Enums§

TargetAddr
A description of a connection target.

Traits§

ToTargetAddr
A trait for objects that can be converted to TargetAddr.