modio::Download - modio/modio-sdk-legacy GitHub Wiki
Download url contained by the modio::Modfile object.
class Download
{
public:
u32 date_expires;
std::string binary_url;
};
Name | Type | Description |
---|---|---|
date_expires | u32 |
Unix timestamp of when the binary_url will expire. |
binary_url | std::string |
URL to download the file from the mod.io CDN. |
See also: API, ModioDownload