Expand description
Module contains implementation of the socks5 proxification protocol with no authentification required when establishing a connection between a client and a socks5 server
Structs§
- TcpNo
Auth - Represents the proxy constructor
that builds a stream when the function
connect
is invoked - TcpNo
Auth Stream - Represents the socks5-tcp proxy client stream implementation
Enums§
- Error
Kind - An error that can occur when connecting to a service through a socks5 proxy client
- StrParsing
Error - Represents an error that
can occur during
from_str
parsing