mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Move the download method from the downloader to networkTools.
The download method is a simple method to download content. It use curl to download the content instead of aria.
This commit is contained in:
@ -44,6 +44,7 @@ namespace kiwix
|
||||
{
|
||||
std::map<std::string, std::string> getNetworkInterfaces();
|
||||
std::string getBestPublicIp();
|
||||
std::string download(const std::string& url);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user