https://github.com/concourse/retryhttp
Retryable http transport used by baggageclaim client and garden client in ATC
https://github.com/concourse/retryhttp
Last synced: about 1 year ago
JSON representation
Retryable http transport used by baggageclaim client and garden client in ATC
- Host: GitHub
- URL: https://github.com/concourse/retryhttp
- Owner: concourse
- License: apache-2.0
- Created: 2016-05-13T21:00:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-19T20:40:49.000Z (over 1 year ago)
- Last Synced: 2025-04-01T14:21:14.724Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 70.3 KB
- Stars: 7
- Watchers: 19
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# retryhttp
Provides RetryRoundTripper used by Baggageclaim client and ATC garden client.
Retries on network errors, does not retry if request body was already read from (e.g. streaming request)