retryIf

Specifies retry logic for a response. The block accepts HttpRequest and HttpResponse and should return true if this request should be retried.

Report a problem


Function that determines whether a request should be retried based on the response.

Report a problem