2 Source🔗ℹ

This is the full source code of the socks5 library. It is written in a literate programming style, where documentation and code live side by side, using the Hyper-literate programming language.

    2.1 SOCKS connection process

      2.1.1 Initial exchange

      2.1.2 Authentication methods

      2.1.3 Connect to destination

    2.2 Proxy for http-easy

    2.3 Utilities

    2.4 Requires

    2.5 Main chunk