Download Request
data class DownloadRequest(val url: String, val destinationPath: String, val headers: Map<String, String>) : Parcelable
Download request class used in Downloader.download method
Download request class used in Downloader.download method