A collection of useful http.RoundTripper
implementations:
-
VerboseTransport
wraps an instance of ahttp.RoundTripper
to write thehttp.Request
andhttp.Response
-
RateLimitTransport
enables rate limit client requests by using agolang.org/x/time/rate/Limiter
instance
See the test cases for how to use each http.RoundTripper