QNetworkRequest
#include <QtNetwork/QNetworkRequest>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QNetworkRequest
Overview
Public Types Index
Public Functions Index
QNetworkRequest (const QUrl &url=QUrl()) | |
QNetworkRequest (const QNetworkRequest &other) | |
~QNetworkRequest () | |
QVariant | attribute (Attribute code, const QVariant &defaultValue=QVariant()) const |
bool | hasRawHeader (const QByteArray &headerName) const |
QVariant | header (KnownHeaders header) const |
bool | operator!= (const QNetworkRequest &other) const |
QNetworkRequest & | operator= (const QNetworkRequest &other) |
bool | operator== (const QNetworkRequest &other) const |
QObject * | originatingObject () const |
Priority | priority () const |
QByteArray | rawHeader (const QByteArray &headerName) const |
QList< QByteArray > | rawHeaderList () const |
void | setAttribute (Attribute code, const QVariant &value) |
void | setHeader (KnownHeaders header, const QVariant &value) |
void | setOriginatingObject (QObject *object) |
void | setPriority (Priority priority) |
void | setRawHeader (const QByteArray &headerName, const QByteArray &value) |
void | setSslConfiguration (const QSslConfiguration &configuration) |
void | setUrl (const QUrl &url) |
QSslConfiguration | sslConfiguration () const |
QUrl | url () const |
Public Types
- HttpStatusCodeAttribute
- HttpReasonPhraseAttribute
- RedirectionTargetAttribute
- ConnectionEncryptedAttribute
- CacheLoadControlAttribute
- CacheSaveControlAttribute
- SourceIsFromCacheAttribute
- DoNotBufferUploadDataAttribute
- HttpPipeliningAllowedAttribute
- HttpPipeliningWasUsedAttribute
- CustomVerbAttribute
- CookieLoadControlAttribute
- AuthenticationReuseAttribute
- CookieSaveControlAttribute
- MaximumDownloadBufferSizeAttribute
- DownloadBufferAttribute
- SynchronousRequestAttribute
- User 1000
- UserMax 32767
- AlwaysNetwork
- PreferNetwork
- PreferCache
- AlwaysCache
- ContentTypeHeader
- ContentLengthHeader
- LocationHeader
- LastModifiedHeader
- CookieHeader
- SetCookieHeader
- ContentDispositionHeader
- Automatic 0
- Manual
- HighPriority 1
- NormalPriority 3
- LowPriority 5
Public Functions
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy