# Functions

ErrorToReplyCode converts an error to the "best" reply code.
Handshake attempts to handle a incoming client handshake over the provided connection and receive the SOCKS5 request.
Version returns a string suitable to be included in a call to Cmethod.

# Constants

The various SOCKS 5 reply codes from RFC 1928.
The various SOCKS 5 reply codes from RFC 1928.
The various SOCKS 5 reply codes from RFC 1928.
The various SOCKS 5 reply codes from RFC 1928.
The various SOCKS 5 reply codes from RFC 1928.
The various SOCKS 5 reply codes from RFC 1928.
The various SOCKS 5 reply codes from RFC 1928.
The various SOCKS 5 reply codes from RFC 1928.
The various SOCKS 5 reply codes from RFC 1928.

# Structs

Request describes a SOCKS 5 request.

# Type aliases

ReplyCode is a SOCKS 5 reply code.