62                                  const QString &description = QString() );
 
   73                                  const QString &description = QString() );
 
   88    QNetworkReply *reply();
 
   95    QString contentDispositionFilename() 
const;
 
  105    QString contentAsString() 
const;
 
  124    void errorOccurred( QNetworkReply::NetworkError code, 
const QString &errorMsg );
 
  128    QNetworkRequest mRequest;
 
  132    QIODevice *mContent = 
nullptr;
 
 
Handles HTTP network content fetching in a background task.
 
void fetched()
Emitted when the network content has been fetched, regardless of whether the fetch was successful or ...
 
void errorOccurred(QNetworkReply::NetworkError code, const QString &errorMsg)
Emitted when an error with code error occurred while processing the request errorMsg is a textual des...
 
HTTP network content fetcher.