# Functions
Download retrieves a response body and checks the response status code to see if it is 200 OK and then returns the response body.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewBlobDownload creates a new Downloader for a blob hosted in Azure Blob Storage.
No description provided by the author
NewURLDownload creates a new downloader with the provided URL.
SaveTo uses given downloader to fetch the resource with retries and saves the given file.
WithRetries retrieves a response body using the specified downloader.
# Constants
No description provided by the author
No description provided by the author
# Variables
ActualSleep uses actual time to pause the execution.
# Interfaces
Downloader describes a method to download files.
# Type aliases
No description provided by the author
SleepFunc pauses the execution for at least duration d.