# Functions
DownloadFromURL downloads a file from an URL and returns the content as a slice of bytes.
IsValidURL checks whether the given string is a valid URL or not.
NewDownloader creates a new Downloader to download files from an URL.
TrimScheme takes a string of an URL and removes the leading scheme (http or https).
WithTimeout sets a timeout on the underlying HTTP client.
# Structs
No description provided by the author
# Type aliases
No description provided by the author