An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/sleeyax/connectproxy

Package connectproxy implements a proxy.Dialer which uses HTTP(s) CONNECT requests. It is heavily based on https://gist.github.com/jim3ma/3750675f141669ac4702bc9deaf31c6b and meant to compliment the proxy package (golang.org/x/net/proxy). Two URL schemes are supported: http and https. These represent plaintext and TLS-wrapped connections to the proxy server, respectively. The proxy.Dialer returned by the package may either be used directly to make connections via a proxy which understands CONNECT request, or indirectly via dialer.RegisterDialerType. Direct use: Indirectly, via dialer.RegisterDialerType: It's also possible to make the TLS handshake with an HTTPS proxy server use a different name for SNI than the Host: header uses in the CONNECT request:

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/sleeyax/connectproxy
License: Zlib
Latest release: over 4 years ago
First release: over 4 years ago
Namespace: github.com/sleeyax
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 3 months ago

    Loading...
    Readme
    Loading...