Versions in this module Expand all Collapse all v0 v0.0.1 Jan 21, 2026 Changes in this version + const CachedRequestIDHeader + var UserAgentReplacer = strings.NewReplacer("curl", "cUrL", "Wget", "wGeT", "Safari", "sAfArI", "Firefox", "fIrEfOx") + var VaryHeaders = []string + var VaryPrefix = "X-Varied-" + func Hash(requestHeaders http.Header, vary []string) hash.Hash + func HashToken(authorization string) string + func NewTransport(storage Storage, parent http.RoundTripper) http.RoundTripper + type Storage interface + Get func(context.Context, *http.Request) (*http.Response, error) + Put func(context.Context, *http.Response) error