Description
Implements SOCKS4, SOCKS4A, and SOCKS5 protocol handling without doing its own network I/O. It helps Python libraries add proxy support while keeping socket management in the calling application.
Developers use it as a networking building block. Proxy settings can route traffic through third parties, so applications should make proxy use explicit and protect credentials or destination metadata.