# Functions

Close represents the graceful shutting down of the http server.
StartDownloaderAPI manages all the routes configured to the downloader.

# Structs

DownloaderAPI manages requests to download files, calling the necessary backend services to fulfill the request.

# Interfaces

Downloader defines the functions that are assigned to handle get requests.