feat!: retryable http client by souleb · Pull Request #398 · oras-project/oras-go
fixes #147 If implemented, this will provide a default http client with retry. The retry function is an exponential back off 0.25s * 2^n ± 10% and max 5 attempts. The client is the default client o...
github.com