HTTPSessionDataTask

public protocol HTTPSessionDataTask

A shell protocol of URLSessionDataTask. Primarily used to make testing easier.

  • Declaration

    Swift

    func resume()
  • Declaration

    Swift

    func cancel()