To get more control over the underlying http.Transport this PR adds a WithTransportWrapper Option that will allow the caller to pass in a function that's used to wrap the http.RoundTripper. This will allow us to access the *http.Transport and close the connections after we're done linting.
To get more control over the underlying
http.Transport
this PR adds a WithTransportWrapper Option that will allow the caller to pass in a function that's used to wrap the http.RoundTripper. This will allow us to access the *http.Transport and close the connections after we're done linting.