42 #ifndef QNETWORKREQUEST_H 43 #define QNETWORKREQUEST_H 45 #include <QtCore/QSharedDataPointer> 46 #include <QtCore/QString> 47 #include <QtCore/QUrl> 48 #include <QtCore/QVariant> 69 ContentDispositionHeader
120 void setUrl(
const QUrl &url);
136 #ifndef QT_NO_OPENSSL 141 void setOriginatingObject(
QObject *
object);
142 QObject *originatingObject()
const;
145 void setPriority(
Priority priority);
The QVariant class acts like a union for the most common Qt data types.
#define QT_END_NAMESPACE
This macro expands to.
static QByteArray headerName(QNetworkRequest::KnownHeaders header)
The QByteArray class provides an array of bytes.
QSharedDataPointer< QNetworkRequestPrivate > d
bool operator!=(const QNetworkRequest &other) const
Returns false if this object is not the same as other.
Priority
This enum lists the possible network request priorities.
The QUrl class provides a convenient interface for working with URLs.
The QObject class is the base class of all Qt objects.
KnownHeaders
List of known header types that QNetworkRequest parses.
#define QT_BEGIN_NAMESPACE
This macro expands to.
LoadControl
Indicates if an aspect of the request's loading mechanism has been manually overridden, e.
Attribute
Attribute codes for the QNetworkRequest and QNetworkReply.
The QNetworkRequest class holds a request to be sent with QNetworkAccessManager.
CacheLoadControl
Controls the caching mechanism of QNetworkAccessManager.
The QSslConfiguration class holds the configuration and state of an SSL connection.
bool operator==(QBool b1, bool b2)