[−][src]Crate async_socks5
An async/.await SOCKS5 implementation.
Structs
| Auth | Required for a username + password authentication.  | 
| SocksDatagram | A UDP socket that sends packets through a proxy.  | 
| SocksListener | A listener that accepts TCP connections through a proxy.  | 
Enums
| AddrKind | Either   | 
| AuthMethod | A proxy authentication method.  | 
| Error | The library's error type.  | 
| StringKind | Required to mark which string is too long.
See   | 
| UnsuccessfulReply | An unsuccessful reply from a proxy server.  | 
Functions
| connect | Proxifies a TCP connection. Performs the   | 
Type Definitions
| Result | The library's   |