Session

open class Session

Undocumented

  • Undocumented

    Declaration

    Swift

    public func request(for task: URLSessionTask) -> Request?
  • Undocumented

    Declaration

    Swift

    public func didCompleteTask(_ task: URLSessionTask)
  • Undocumented

    Declaration

    Swift

    public func credential(for task: URLSessionTask, in protectionSpace: URLProtectionSpace) -> URLCredential?
  • Undocumented

    Declaration

    Swift

    public func cancelRequestsForSessionInvalidation(with error: Error?)