Expand description
An async
/.await
SOCKS5 implementation.
Structs§
- Auth
- Required for a username + password authentication.
- Socks
Datagram - A UDP socket that sends packets through a proxy.
- Socks
Listener - A listener that accepts TCP connections through a proxy.
Enums§
- Addr
Kind - Either
SocketAddr
or a domain and a port. - Auth
Method - A proxy authentication method.
- Error
- The library’s error type.
- String
Kind - Required to mark which string is too long.
See
Error::TooLongString
. - Unsuccessful
Reply - An unsuccessful reply from a proxy server.
Functions§
Type Aliases§
- Result
- The library’s
Result
type alias.