#include "network_download_file.hpp"
#include "filesystem.hpp"
#include "gettext.hpp"
#include "gui/dialogs/message.hpp"
#include "log.hpp"
#include <curl/curl.h>
Go to the source code of this file.
|
| network |
| High level network layer for config object transport.
|
|
|
static size_t | network::write_callback (char *contents, size_t size, size_t nmemb, void *buffer) |
|
void | network::download (const std::string &url, const std::string &local_path) |
| Initiates a standalone download of a single file from an HTTPS URL. More...
|
|
◆ DBG_NW
◆ ERR_NW
◆ log_network