![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qhttpnetworkrequest_p.h>
Static Public Member Functions | |
| static QByteArray | header (const QHttpNetworkRequest &request, bool throughProxy) |
Public Attributes | |
| QHttpNetworkRequest::Operation | operation |
| QByteArray | customVerb |
| QString | fullLocalServerName |
| QHttpNetworkRequest::Priority | priority |
| QNonContiguousByteDevice * | uploadByteDevice |
| bool | autoDecompress |
| bool | pipeliningAllowed |
| bool | http2Allowed |
| bool | http2Direct |
| bool | h2cAllowed = false |
| bool | withCredentials |
| bool | ssl = false |
| bool | preConnect |
| bool | needResendWithCredentials = false |
| int | redirectCount |
| QNetworkRequest::RedirectPolicy | redirectPolicy |
| QString | peerVerifyName |
| Public Attributes inherited from QHttpNetworkHeaderPrivate | |
| QUrl | url |
| QHttpHeaderParser | parser |
| Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 136 of file qhttpnetworkrequest_p.h.
| QT_BEGIN_NAMESPACE QHttpNetworkRequestPrivate::QHttpNetworkRequestPrivate | ( | QHttpNetworkRequest::Operation | op, |
| QHttpNetworkRequest::Priority | pri, | ||
| const QUrl & | newUrl = QUrl() ) |
Definition at line 14 of file qhttpnetworkrequest.cpp.
References autoDecompress, http2Allowed, http2Direct, pipeliningAllowed, preConnect, redirectCount, uploadByteDevice, and withCredentials.
| QHttpNetworkRequestPrivate::QHttpNetworkRequestPrivate | ( | const QHttpNetworkRequestPrivate & | other | ) |
Definition at line 23 of file qhttpnetworkrequest.cpp.
References QHttpNetworkRequestPrivate(), autoDecompress, h2cAllowed, http2Allowed, http2Direct, needResendWithCredentials, pipeliningAllowed, preConnect, redirectCount, ssl, uploadByteDevice, and withCredentials.
Referenced by QHttpNetworkRequestPrivate().
| QHttpNetworkRequestPrivate::~QHttpNetworkRequestPrivate | ( | ) |
Definition at line 45 of file qhttpnetworkrequest.cpp.
|
static |
Definition at line 118 of file qhttpnetworkrequest.cpp.
| bool QHttpNetworkRequestPrivate::operator== | ( | const QHttpNetworkRequestPrivate & | other | ) | const |
Definition at line 49 of file qhttpnetworkrequest.cpp.
| bool QHttpNetworkRequestPrivate::autoDecompress |
Definition at line 152 of file qhttpnetworkrequest_p.h.
Referenced by QHttpNetworkRequestPrivate(), and QHttpNetworkRequestPrivate().
| QByteArray QHttpNetworkRequestPrivate::customVerb |
Definition at line 148 of file qhttpnetworkrequest_p.h.
| QString QHttpNetworkRequestPrivate::fullLocalServerName |
Definition at line 149 of file qhttpnetworkrequest_p.h.
| bool QHttpNetworkRequestPrivate::h2cAllowed = false |
Definition at line 156 of file qhttpnetworkrequest_p.h.
Referenced by QHttpNetworkRequestPrivate().
| bool QHttpNetworkRequestPrivate::http2Allowed |
Definition at line 154 of file qhttpnetworkrequest_p.h.
Referenced by QHttpNetworkRequestPrivate(), and QHttpNetworkRequestPrivate().
| bool QHttpNetworkRequestPrivate::http2Direct |
Definition at line 155 of file qhttpnetworkrequest_p.h.
Referenced by QHttpNetworkRequestPrivate(), and QHttpNetworkRequestPrivate().
| bool QHttpNetworkRequestPrivate::needResendWithCredentials = false |
Definition at line 160 of file qhttpnetworkrequest_p.h.
Referenced by QHttpNetworkRequestPrivate().
| QHttpNetworkRequest::Operation QHttpNetworkRequestPrivate::operation |
Definition at line 147 of file qhttpnetworkrequest_p.h.
| QString QHttpNetworkRequestPrivate::peerVerifyName |
Definition at line 163 of file qhttpnetworkrequest_p.h.
| bool QHttpNetworkRequestPrivate::pipeliningAllowed |
Definition at line 153 of file qhttpnetworkrequest_p.h.
Referenced by QHttpNetworkRequestPrivate(), and QHttpNetworkRequestPrivate().
| bool QHttpNetworkRequestPrivate::preConnect |
Definition at line 159 of file qhttpnetworkrequest_p.h.
Referenced by QHttpNetworkRequestPrivate(), and QHttpNetworkRequestPrivate().
| QHttpNetworkRequest::Priority QHttpNetworkRequestPrivate::priority |
Definition at line 150 of file qhttpnetworkrequest_p.h.
| int QHttpNetworkRequestPrivate::redirectCount |
Definition at line 161 of file qhttpnetworkrequest_p.h.
Referenced by QHttpNetworkRequestPrivate(), and QHttpNetworkRequestPrivate().
| QNetworkRequest::RedirectPolicy QHttpNetworkRequestPrivate::redirectPolicy |
Definition at line 162 of file qhttpnetworkrequest_p.h.
| bool QHttpNetworkRequestPrivate::ssl = false |
Definition at line 158 of file qhttpnetworkrequest_p.h.
Referenced by QHttpNetworkRequestPrivate().
|
mutable |
Definition at line 151 of file qhttpnetworkrequest_p.h.
Referenced by QHttpNetworkRequestPrivate(), and QHttpNetworkRequestPrivate().
| bool QHttpNetworkRequestPrivate::withCredentials |
Definition at line 157 of file qhttpnetworkrequest_p.h.
Referenced by QHttpNetworkRequestPrivate(), and QHttpNetworkRequestPrivate().