Back to Alamofire

Downloadable

docs/Classes/DownloadRequest/Downloadable.html

5.12.0564 B
Original Source

Downloadable

public enum Downloadable

Type describing the source used to create the underlying URLSessionDownloadTask.

`

                request(_:)
                `

Download should be started from the URLRequest produced by the associated URLRequestConvertible value.

Declaration

Swift

case request(any URLRequestConvertible)

`

                resumeData(_:)
                `

Download should be started from the associated resume Data value.

Declaration

Swift

case resumeData(Data)