SessionTask
public protocol SessionTask : ResponseHandler, Responsible
SessionTask type that represents a URL Load Request data task.
By default this type conforms to ResponseHandler protocol, so that it could accept generic
response handlers to be served on request completion.
-
Underlying
URLRequestfor this task instanceDeclaration
Swift
var requestProvider: URLRequestProvider? { get set } -
Underlying
URLSessionTaskfor this task instanceDeclaration
Swift
var task: URLSessionTask? { get set }