Versions in this module Expand all Collapse all v0 v0.20260707.0 Jul 7, 2026 v0.20260706.0 Jul 6, 2026 Changes in this version + func NewBaseTransport(opts HTTPTransportOptions) *http.Transport + func RetryStringFetch(ctx context.Context, maxAttempts int, fn func(context.Context) (string, error)) (string, error) + type HTTPTransportOptions struct + DialAddrOverride string + DialTimeout time.Duration + ResponseHeaderTimeout time.Duration + TLSConfig *tls.Config + TLSHandshakeTimeout time.Duration