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