![]() |
Qt 6.x
The Qt SDK
|
#include <qhttpnetworkrequest_p.h>
Inheritance diagram for QHttpNetworkRequestPrivate:
Collaboration diagram for QHttpNetworkRequestPrivate:Static Public Member Functions | |
| static QByteArray | header (const QHttpNetworkRequest &request, bool throughProxy) |
Public Attributes | |
| QHttpNetworkRequest::Operation | operation |
| QByteArray | customVerb |
| QHttpNetworkRequest::Priority | priority |
| QNonContiguousByteDevice * | uploadByteDevice |
| bool | autoDecompress |
| bool | pipeliningAllowed |
| bool | http2Allowed |
| bool | http2Direct |
| bool | h2cAllowed = false |
| bool | withCredentials |
| bool | ssl |
| 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 130 of file qhttpnetworkrequest_p.h.
| QT_BEGIN_NAMESPACE QHttpNetworkRequestPrivate::QHttpNetworkRequestPrivate | ( | QHttpNetworkRequest::Operation | op, |
| QHttpNetworkRequest::Priority | pri, | ||
| const QUrl & | newUrl = QUrl() |
||
| ) |
Definition at line 11 of file qhttpnetworkrequest.cpp.
| QHttpNetworkRequestPrivate::QHttpNetworkRequestPrivate | ( | const QHttpNetworkRequestPrivate & | other | ) |
Definition at line 20 of file qhttpnetworkrequest.cpp.
| QHttpNetworkRequestPrivate::~QHttpNetworkRequestPrivate | ( | ) |
Definition at line 41 of file qhttpnetworkrequest.cpp.
|
static |
Definition at line 113 of file qhttpnetworkrequest.cpp.
References ba, QList< T >::constBegin(), QList< T >::constEnd(), QUrl::FullyEncoded, QUrl::hasQuery(), QNetworkRequest::header(), it, QByteArray::number(), QHttpNetworkRequest::Post, QUrl::query(), qWarning, request, QByteArray::reserve(), QList< T >::size(), QString::toLatin1(), and QNetworkRequestPrivate::url.
Referenced by QHttpNetworkConnectionChannel::pipelineInto(), and QHttpProtocolHandler::sendRequest().
Here is the call graph for this function:
Here is the caller graph for this function:| bool QHttpNetworkRequestPrivate::operator== | ( | const QHttpNetworkRequestPrivate & | other | ) | const |
Definition at line 45 of file qhttpnetworkrequest.cpp.
References autoDecompress, QHttpNetworkRequest::Custom, customVerb, h2cAllowed, http2Allowed, http2Direct, needResendWithCredentials, operation, QHttpNetworkHeaderPrivate::operator==(), other(), peerVerifyName, pipeliningAllowed, preConnect, priority, redirectPolicy, ssl, uploadByteDevice, and withCredentials.
Here is the call graph for this function:| bool QHttpNetworkRequestPrivate::autoDecompress |
Definition at line 145 of file qhttpnetworkrequest_p.h.
Referenced by operator==(), QHttpNetworkConnectionChannel::pipelineInto(), and QHttpProtocolHandler::sendRequest().
| QByteArray QHttpNetworkRequestPrivate::customVerb |
Definition at line 142 of file qhttpnetworkrequest_p.h.
Referenced by QHttpNetworkRequest::customVerb(), QHttpNetworkRequest::methodName(), operator==(), and QHttpNetworkRequest::setCustomVerb().
| bool QHttpNetworkRequestPrivate::h2cAllowed = false |
Definition at line 149 of file qhttpnetworkrequest_p.h.
Referenced by QHttpNetworkRequest::isH2cAllowed(), operator==(), and QHttpNetworkRequest::setH2cAllowed().
| bool QHttpNetworkRequestPrivate::http2Allowed |
Definition at line 147 of file qhttpnetworkrequest_p.h.
Referenced by QHttpNetworkRequest::isHTTP2Allowed(), operator==(), and QHttpNetworkRequest::setHTTP2Allowed().
| bool QHttpNetworkRequestPrivate::http2Direct |
Definition at line 148 of file qhttpnetworkrequest_p.h.
Referenced by QHttpNetworkRequest::isHTTP2Direct(), operator==(), and QHttpNetworkRequest::setHTTP2Direct().
| bool QHttpNetworkRequestPrivate::needResendWithCredentials = false |
Definition at line 153 of file qhttpnetworkrequest_p.h.
Referenced by operator==().
| QHttpNetworkRequest::Operation QHttpNetworkRequestPrivate::operation |
Definition at line 141 of file qhttpnetworkrequest_p.h.
Referenced by QHttpNetworkRequest::methodName(), QHttpNetworkRequest::operation(), operator==(), QHttpNetworkRequest::setOperation(), and QHttpNetworkRequest::uri().
| QString QHttpNetworkRequestPrivate::peerVerifyName |
Definition at line 156 of file qhttpnetworkrequest_p.h.
Referenced by operator==(), QHttpNetworkRequest::peerVerifyName(), and QHttpNetworkRequest::setPeerVerifyName().
| bool QHttpNetworkRequestPrivate::pipeliningAllowed |
Definition at line 146 of file qhttpnetworkrequest_p.h.
Referenced by QHttpNetworkRequest::isPipeliningAllowed(), operator==(), and QHttpNetworkRequest::setPipeliningAllowed().
| bool QHttpNetworkRequestPrivate::preConnect |
Definition at line 152 of file qhttpnetworkrequest_p.h.
Referenced by QHttpNetworkRequest::isPreConnect(), operator==(), and QHttpNetworkRequest::setPreConnect().
| QHttpNetworkRequest::Priority QHttpNetworkRequestPrivate::priority |
Definition at line 143 of file qhttpnetworkrequest_p.h.
Referenced by operator==(), QHttpNetworkRequest::priority(), and QHttpNetworkRequest::setPriority().
| int QHttpNetworkRequestPrivate::redirectCount |
Definition at line 154 of file qhttpnetworkrequest_p.h.
Referenced by QHttpNetworkRequest::redirectCount(), and QHttpNetworkRequest::setRedirectCount().
| QNetworkRequest::RedirectPolicy QHttpNetworkRequestPrivate::redirectPolicy |
Definition at line 155 of file qhttpnetworkrequest_p.h.
Referenced by QHttpNetworkRequest::isFollowRedirects(), operator==(), QHttpNetworkRequest::redirectPolicy(), and QHttpNetworkRequest::setRedirectPolicy().
| bool QHttpNetworkRequestPrivate::ssl |
Definition at line 151 of file qhttpnetworkrequest_p.h.
Referenced by QHttpNetworkRequest::isSsl(), operator==(), and QHttpNetworkRequest::setSsl().
|
mutable |
Definition at line 144 of file qhttpnetworkrequest_p.h.
Referenced by operator==(), QHttpNetworkRequest::setUploadByteDevice(), QHttpNetworkRequest::uploadByteDevice(), and QHttpNetworkRequest::uri().
| bool QHttpNetworkRequestPrivate::withCredentials |
Definition at line 150 of file qhttpnetworkrequest_p.h.
Referenced by operator==(), QHttpNetworkRequest::setWithCredentials(), and QHttpNetworkRequest::withCredentials().