QNetworkReply::NetworkError error() const
Returns the potential error of the download.
Handles HTTP network content fetching in a background task.
QString authConfig() const
Returns the authentication configuration id use for this fetched content.
ContentStatus
Status of fetched content.
@ NotStarted
No download started for such URL.
ContentStatus status() const
Returns the status of the download.
FetchedContent holds useful information about a network content being fetched.
QgsFetchedContent(const QString &url, QTemporaryFile *file=nullptr, ContentStatus status=NotStarted, const QString &authConfig=QString())
Constructs a FetchedContent with pointer to the downloaded file and status of the download.
~QgsFetchedContent() override
@ Finished
Download finished and successful.
const QString filePath() const
Returns the path to the local file, an empty string if the file is not accessible yet.
Registry for temporary fetched files.