Gin
Public Member Functions | Public Attributes | List of all members
DownloadManager::DownloadResult Struct Reference

Public Member Functions

bool saveToFile (const juce::File &file, bool overwrite=true)
 

Public Attributes

juce::URL url
 
int downloadId = 0
 
int attempts = 0
 
juce::MemoryBlock data
 
bool ok = false
 
int httpCode = 0
 
juce::StringPairArray responseHeaders
 

Member Function Documentation

◆ saveToFile()

bool DownloadManager::DownloadResult::saveToFile ( const juce::File &  file,
bool  overwrite = true 
)

Member Data Documentation

◆ url

juce::URL DownloadManager::DownloadResult::url

◆ downloadId

int DownloadManager::DownloadResult::downloadId = 0

◆ attempts

int DownloadManager::DownloadResult::attempts = 0

◆ data

juce::MemoryBlock DownloadManager::DownloadResult::data

◆ ok

bool DownloadManager::DownloadResult::ok = false

◆ httpCode

int DownloadManager::DownloadResult::httpCode = 0

◆ responseHeaders

juce::StringPairArray DownloadManager::DownloadResult::responseHeaders

The documentation for this struct was generated from the following file: