Download

public struct Download

Download namespace.

  • A result from executing a download from pCloud.

    Declaration

    Swift

    public typealias Response = Result<URL, NetworkOperationError>
  • Combines all the necessary input to execute an HTTP download.

    See more

    Declaration

    Swift

    public struct Request
    extension Download.Request: CustomStringConvertible