The remote url to download.
Optional
auth: stringThe basic authentication (user:password
).
Optional
outputLocationPath: stringThe file output. If not specified, the download content will be returned as DownloadData instance.
Optional
range: stringThe HTTP byte range to download (e.g. 10-100
).
The download timeout in milliseconds.
Downloads the specified
url
to a local file or returning the file content as DownloadData object.