27 void gui_download(
const std::string& url,
const std::string& local_path);
28 bool download(
const std::string& url,
const std::string& local_path);
High level network layer for config object transport.
void gui_download(const std::string &url, const std::string &local_path)
Initiates a standalone download of a single file from an HTTPS URL.
bool download(const std::string &url, const std::string &local_path)