RequestDelegate
public protocol RequestDelegate : AnyObject
Protocol abstraction for Request‘s communication back to the SessionDelegate.
-
Undocumented
Declaration
Swift
var sessionConfiguration: URLSessionConfiguration { get } -
Undocumented
Declaration
Swift
func retryResult(for request: Request, dueTo error: Error, completion: @escaping (RetryResult) -> Void) -
Undocumented
Declaration
Swift
func retryRequest(_ request: Request, withDelay timeDelay: TimeInterval?)
View on GitHub
Install in Dash
RequestDelegate Protocol Reference