package
0.0.0-20240904170749-9cca7b200aed
Repository: https://github.com/celzero/firestack.git
Documentation: pkg.go.dev
# Functions
AuthBasic returns a ProxyAuthorization that implements "Basic" protocol while ignoring realm challenges.
No description provided by the author
WithConnectionTimeout customizes the underlying net.Dialer.Timeout.
WithDialer allows the customization of the underlying net.Dialer used for establishing TCP connections to the proxy.
WithProxyAuth allows you to add ProxyAuthorization to calls.
WithTls sets the tls.Config to be used (e.g.
# Structs
HttpTunnel represents a configured HTTP Connect Tunnel dialer.
# Interfaces
ProxyAuthorization allows for plugging in arbitrary implementations of the "Proxy-Authorization" handler.
# Type aliases
No description provided by the author