Mana
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
download.h File Reference
#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 }
 

Enumeration Type Documentation

◆ DownloadStatus

enum class DownloadStatus
strong
Enumerator
InProgress 
Canceled 
Error 
Complete 

Definition at line 31 of file download.h.