DefaultInterceptor
public class DefaultInterceptor : RequestInterceptor
An interceptor that retries all retriable errors
-
Declaration
Swift
public func shouldRetry(_ request: URLRequest, retryCount: Int, with response: NetworkResult) -> RetryPolicy
View on GitHub