Versions in this module Expand all Collapse all v2 v2.8.21 Nov 19, 2024 v2.8.20 Nov 19, 2024 Changes in this version + const EnvRetryBaseBackoff + const EnvRetryMax + func JoinCookies(key string, cookieList []*http.Cookie) (string, error) + func MakeCookieMetadata(key, value string, flags ...string) ([]string, error) + func WithRetry(maxRetries int64, baseRetryBackoff time.Duration) transport.WrapperFunc + type DebugTransport struct + T http.RoundTripper + func (d DebugTransport) RoundTrip(req *http.Request) (*http.Response, error) + type TransportWithHeader struct + Header http.Header + RoundTripper http.RoundTripper + func (rt *TransportWithHeader) RoundTrip(r *http.Request) (*http.Response, error)