Crate socks5_protocol[−][src]
Expand description
Async tokio protocol
socks5-protocol provides types that can be read from AsyncRead and write to AsyncWrite.
You can create socks5 server or socks5 client using this library.
Structs
| AuthRequest |
|
| AuthResponse |
|
| CommandRequest |
|
| CommandResponse |
|
Enums
| Address | Address type in socks5. |
| AuthMethod |
|
| Command |
|
| CommandReply | Reply to |
| Error | Library level |
| Version | Version conatins one byte. In socks5, it should be |
Type Definitions
| Result | Library level |