Closed F21 closed 7 years ago
It would be nice if your package can provide a http.RoundTripper implementation similar to https://godoc.org/github.com/bobziuchkovski/digest
http.RoundTripper
This would allow your package to be used with a http.Client which can then be used with the ctxhttp package.
http.Client
ctxhttp
Okay I'll see what I can do. Seems to be a great idea. Thanks for your suggestion!
It would be nice if your package can provide a
http.RoundTripper
implementation similar to https://godoc.org/github.com/bobziuchkovski/digestThis would allow your package to be used with a
http.Client
which can then be used with thectxhttp
package.