Versions in this module Expand all Collapse all v7 v7.0.32 Mar 19, 2022 Changes in this version + type Option func(t *Transport) + func WithRoundTripper(rt http.RoundTripper) Option + type Transport struct + func NewTransport(opts ...Option) *Transport + func (t *Transport) RoundTrip(req *http.Request) (*http.Response, error)