GitXplorerGitXplorer
b

httpwares

public
0 stars
0 forks
1 issues

Commits

List of commits on branch main.
Verified
6fc3e8296d2c14006bd87ece93b6620f7c958fd4

simplify transport decision (#7)

bbzimmer committed 2 years ago
Verified
f6b45333f25e5b252a554cb863c8f83243727af3

small test improvements (#6)

bbzimmer committed 2 years ago
Verified
f9fc79efa959770077e6d7b10830ff0638b6ca52

remove unnecessary transports (#5)

bbzimmer committed 2 years ago
Verified
b0bbe7a4dfe1ab080a62703f9bdb5340c69f1457

Merge pull request #4 from bzimmer/badges

bbzimmer committed 2 years ago
Unverified
a6625d286497dbeb9ed9e3a814f61a9668e0974d

updated badge

bbzimmer committed 2 years ago
Verified
127639f2b7480a6f0e737a9838643ec7baa71b0f

upgrade github actions (#3)

bbzimmer committed 2 years ago

README

The README file for this repository.

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