Описание тега qnetworkrequest

The QNetworkRequest class, part of the Qt framework, holds a request to be sent with QNetworkAccessManager.

QNetworkRequest is part of the Network Access API and is the class holding the information necessary to send a request over the network. It contains a URL and some ancillary information that can be used to modify the request.

Documentation can be found here for Qt 4.8 and here for Qt 5.