RetryOnCallPredicate

internal typealias RetryOnCallPredicate = (HttpRequest, HttpResponse) -> Boolean(source)

Predicate to determine if an HTTP call should be retried based on the request and response.

Return

true if the call should be retried, false otherwise.