|
Mana
|
#include "utils/mutex.h"#include <cstdio>#include <optional>#include <string>#include <curl/curl.h>Go to the source code of this file.
Classes | |
| class | Net::Download |
| struct | Net::Download::State |
Namespaces | |
| namespace | Net |
| The network communication layer. | |
Enumerations | |
| enum class | DownloadStatus { InProgress , Canceled , Error , Complete } |
|
strong |
| Enumerator | |
|---|---|
| InProgress | |
| Canceled | |
| Error | |
| Complete | |
Definition at line 31 of file download.h.