# Functions
Download returns an asynchronous downloader that will download the specified url in the specified file.
DownloadWithConfig applies an additional configuration to the http client and returns an asynchronous downloader that will download the specified url in the specified file.
GetDefaultConfig returns a copy of the default configuration.
SetDefaultConfig sets the configuration that will be used by the Download function.
# Constants
NoResume will not try to resume a partial download.
# Structs
Config contains the configuration for the downloader.
Downloader is an asynchronous downloader.
# Type aliases
DownloadOptions are optional flags that can be passed to Download function.