section_file * netfile_get_section_file(const QUrl &url, const nf_errmsg &cb)
Fetch section file from net.
bool netfile_download_file(const QUrl &url, const char *filename, const nf_errmsg &cb)
Fetch file from given URL and save as given filename.
QJsonDocument netfile_get_json_file(const QUrl &url, const nf_errmsg &cb)
Fetch a JSON file from the net.
std::function< void(const QString &message)> nf_errmsg