QNetworkRequest Class Reference
#include <qnetworkrequest.h>
Definition at line 59 of file qnetworkrequest.h.
|
enum | KnownHeaders {
ContentTypeHeader,
ContentLengthHeader,
LocationHeader,
LastModifiedHeader,
CookieHeader,
SetCookieHeader,
ContentDispositionHeader
} |
|
enum | Attribute {
HttpStatusCodeAttribute,
HttpReasonPhraseAttribute,
RedirectionTargetAttribute,
ConnectionEncryptedAttribute,
CacheLoadControlAttribute,
CacheSaveControlAttribute,
SourceIsFromCacheAttribute,
DoNotBufferUploadDataAttribute,
HttpPipeliningAllowedAttribute,
HttpPipeliningWasUsedAttribute,
CustomVerbAttribute,
CookieLoadControlAttribute,
AuthenticationReuseAttribute,
CookieSaveControlAttribute,
MaximumDownloadBufferSizeAttribute,
DownloadBufferAttribute,
SynchronousRequestAttribute,
User = 1000,
UserMax = 32767
} |
|
enum | CacheLoadControl { AlwaysNetwork,
PreferNetwork,
PreferCache,
AlwaysCache
} |
|
enum | LoadControl { Automatic = 0,
Manual
} |
|
enum | Priority { HighPriority = 1,
NormalPriority = 3,
LowPriority = 5
} |
|
Enumerator |
---|
ContentTypeHeader |
|
ContentLengthHeader |
|
LocationHeader |
|
LastModifiedHeader |
|
CookieHeader |
|
SetCookieHeader |
|
ContentDispositionHeader |
|
Definition at line 62 of file qnetworkrequest.h.
Enumerator |
---|
HttpStatusCodeAttribute |
|
HttpReasonPhraseAttribute |
|
RedirectionTargetAttribute |
|
ConnectionEncryptedAttribute |
|
CacheLoadControlAttribute |
|
CacheSaveControlAttribute |
|
SourceIsFromCacheAttribute |
|
DoNotBufferUploadDataAttribute |
|
HttpPipeliningAllowedAttribute |
|
HttpPipeliningWasUsedAttribute |
|
CustomVerbAttribute |
|
CookieLoadControlAttribute |
|
AuthenticationReuseAttribute |
|
CookieSaveControlAttribute |
|
MaximumDownloadBufferSizeAttribute |
|
DownloadBufferAttribute |
|
SynchronousRequestAttribute |
|
User |
|
UserMax |
|
Definition at line 71 of file qnetworkrequest.h.
Enumerator |
---|
AlwaysNetwork |
|
PreferNetwork |
|
PreferCache |
|
AlwaysCache |
|
Definition at line 93 of file qnetworkrequest.h.
Definition at line 116 of file qnetworkrequest.h.
bool operator==(const QNetworkRequest &other) const
bool hasRawHeader |
( |
const QByteArray & |
headerName | ) |
const |
QObject* originatingObject |
( |
| ) |
const |
friend class QNetworkRequestPrivate |
|
friend |
The documentation for this class was generated from the following file: