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, protectionSpace: URLProtectionSpace) -> URLCredential?