bzimmer / httpwares

Collection of useful http.RoundTripper implementations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTP Transports

build codecov

A collection of useful http.RoundTripper implementations:

  • VerboseTransport wraps an instance of a http.RoundTripper to write the http.Request and http.Response
  • RateLimitTransport enables rate limit client requests by using a golang.org/x/time/rate/Limiter instance

See the test cases for how to use each http.RoundTripper

About

Collection of useful http.RoundTripper implementations

License:MIT License


Languages

Language:Go 100.0%