![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qnetworkrequestfactory_p.h>
Public Member Functions | |
QNetworkRequestFactoryPrivate () | |
QNetworkRequestFactoryPrivate (const QUrl &baseUrl) | |
QNetworkRequest | newRequest (const QUrl &url) const |
QUrl | requestUrl (const QString *path=nullptr, const QUrlQuery *query=nullptr) const |
![]() | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
Public Attributes | |
QUrl | baseUrl |
QHttpHeaders | headers |
QByteArray | bearerToken |
QString | userName |
QString | password |
QUrlQuery | queryParameters |
QNetworkRequest::Priority | priority = QNetworkRequest::NormalPriority |
std::chrono::milliseconds | transferTimeout {0} |
QHash< QNetworkRequest::Attribute, QVariant > | attributes |
![]() | |
QAtomicInt | ref |
Definition at line 31 of file qnetworkrequestfactory_p.h.
|
default |
|
explicit |
Definition at line 598 of file qnetworkrequestfactory.cpp.
QNetworkRequest QNetworkRequestFactoryPrivate::newRequest | ( | const QUrl & | url | ) | const |
Definition at line 603 of file qnetworkrequestfactory.cpp.
QUrl QNetworkRequestFactoryPrivate::requestUrl | ( | const QString * | path = nullptr, |
const QUrlQuery * | query = nullptr ) const |
Definition at line 626 of file qnetworkrequestfactory.cpp.
QHash<QNetworkRequest::Attribute, QVariant> QNetworkRequestFactoryPrivate::attributes |
Definition at line 50 of file qnetworkrequestfactory_p.h.
QUrl QNetworkRequestFactoryPrivate::baseUrl |
Definition at line 42 of file qnetworkrequestfactory_p.h.
QByteArray QNetworkRequestFactoryPrivate::bearerToken |
Definition at line 44 of file qnetworkrequestfactory_p.h.
QHttpHeaders QNetworkRequestFactoryPrivate::headers |
Definition at line 43 of file qnetworkrequestfactory_p.h.
QString QNetworkRequestFactoryPrivate::password |
Definition at line 46 of file qnetworkrequestfactory_p.h.
QNetworkRequest::Priority QNetworkRequestFactoryPrivate::priority = QNetworkRequest::NormalPriority |
Definition at line 48 of file qnetworkrequestfactory_p.h.
QUrlQuery QNetworkRequestFactoryPrivate::queryParameters |
Definition at line 47 of file qnetworkrequestfactory_p.h.
std::chrono::milliseconds QNetworkRequestFactoryPrivate::transferTimeout {0} |
Definition at line 49 of file qnetworkrequestfactory_p.h.
QString QNetworkRequestFactoryPrivate::userName |
Definition at line 45 of file qnetworkrequestfactory_p.h.