Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qnetworkrequestfactory_p.h
Go to the documentation of this file.
1// Copyright (C) 2023 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QNETWORKREQUESTFACTORY_P_H
5#define QNETWORKREQUESTFACTORY_P_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists for the convenience
12// of the Network Access framework. This header file may change from
13// version to version without notice, or even be removed.
14//
15// We mean it.
16//
17
18#include <QtNetwork/qhttpheaders.h>
19#include <QtNetwork/qnetworkrequest.h>
20#if QT_CONFIG(ssl)
21#include <QtNetwork/qsslconfiguration.h>
22#endif
23#include <QtCore/qhash.h>
24#include <QtCore/qshareddata.h>
25#include <QtCore/qurl.h>
26#include <QtCore/qurlquery.h>
27#include <QtCore/qvariant.h>
28
30
53
55
56#endif // QNETWORKREQUESTFACTORY_P_H
\inmodule QtCore
Definition qbytearray.h:57
std::chrono::milliseconds transferTimeout
QHash< QNetworkRequest::Attribute, QVariant > attributes
QNetworkRequest newRequest(const QUrl &url) const
QUrl requestUrl(const QString *path=nullptr, const QUrlQuery *query=nullptr) const
The QNetworkRequest class holds a request to be sent with QNetworkAccessManager.
\inmodule QtCore
Definition qshareddata.h:19
The QSslConfiguration class holds the configuration and state of an SSL connection.
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
\inmodule QtCore
Definition qurlquery.h:20
\inmodule QtCore
Definition qurl.h:94
Combined button and popup list for selecting options.
GLenum query
GLsizei const GLchar *const * path
QUrl url("example.com")
[constructor-url-reference]