#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 std::size_t | network::write_callback (char *contents, std::size_t size, std::size_t nmemb, void *buffer) |
| |
| void | network::gui_download (const std::string &url, const std::string &local_path) |
| | Initiates a standalone download of a single file from an HTTPS URL. More...
|
| |
| bool | network::download (const std::string &url, const std::string &local_path) |
| |
◆ DBG_NW
◆ ERR_NW
◆ log_network