Module client

Expand description

Client implementation of the SOCKS5 Protocol RFC 1928 and username-password protocol extension RFC 1929.

Structsยง

Header
The client connects to the server, and sends a header which contains the protocol version desired and SOCKS methods supported by the client.
Request
The SOCKS request sent by the client.
RequestRef
The SOCKS request sent by the client.
UsernamePasswordRequest
Initial username-password negotiation starts with the client sending this request.
UsernamePasswordRequestRef
Initial username-password negotiation starts with the client sending this request.