Versions in this module Expand all Collapse all v0 v0.1.0 May 6, 2026 Changes in this version + func NewHTTPTransport(cfg Config) http.RoundTripper + func ParseProxyURL(s string) (*url.URL, error) + type Config struct + Auth []auth.Authenticator + AutoDetect bool + Manual string + OnLog func(level, msg string) + Timeout time.Duration + type Dialer interface + DialContext func(ctx context.Context, network, address string) (net.Conn, error) + func NewDialer(cfg Config) Dialer