remote/retry_policy library

Classes

RetryPolicy
Controls automatic re-attempts of a failed request.

Typedefs

RetryPredicate = bool Function(ApiResponse response, int attempt)
Decides whether a failed response is worth another attempt.