Versions in this module Expand all Collapse all v2 v2.0.1 Jun 14, 2019 v2.0.0 Jun 14, 2019 Changes in this version + type Transport struct + func NewTransport(rt http.RoundTripper, logBody bool, logf func(string, ...interface{})) Transport + func (t Transport) Client() *http.Client + func (t Transport) RoundTrip(req *http.Request) (*http.Response, error) Other modules containing this package github.com/campoy/tools