Closed
Description
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (go version
)?
go1.8.1
What operating system and processor architecture are you using (go env
)?
GOOS="darwin"
What did you do?
N/A
What did you expect to see?
Implement an adapter function for http.RoundTripper
would be helpful.
I see there's already one in the code for a test.
Could we add this to the http package?