Class Downloader

Class Documentation

class kiwix::Downloader

A tool to download things.

Public Functions

Downloader()
virtual ~Downloader()
void close()
Download *startDownload(const std::string &uri, const std::vector<std::pair<std::string, std::string>> &options = {})
Download *getDownload(const std::string &did)
inline size_t getNbDownload()
std::vector<std::string> getDownloadIds()