Versions in this module Expand all Collapse all v0 v0.1.1 May 30, 2026 v0.1.0 May 30, 2026 Changes in this version + type Option func(*Transport) + func WithBase(base http.RoundTripper) Option + func WithMaxRetries(n int) Option + func WithMaxWait(d time.Duration) Option + func WithMinWait(d time.Duration) Option + type Transport struct + Base http.RoundTripper + MaxRetries int + MaxWait time.Duration + MinWait time.Duration + func New(opts ...Option) *Transport + func (t *Transport) RoundTrip(req *http.Request) (*http.Response, error)