Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qhttpnetworkconnection_p.h File Reference

(2f4d28e08a973092e92b1482bea816c005269812)

#include <QtNetwork/private/qtnetworkglobal_p.h>
#include <QtNetwork/qnetworkrequest.h>
#include <QtNetwork/qnetworkreply.h>
#include <QtNetwork/qabstractsocket.h>
#include <qhttp2configuration.h>
#include <private/qobject_p.h>
#include <qauthenticator.h>
#include <qnetworkproxy.h>
#include <qbuffer.h>
#include <qtimer.h>
#include <qsharedpointer.h>
#include <private/qhttpnetworkheader_p.h>
#include <private/qhttpnetworkrequest_p.h>
#include <private/qhttpnetworkreply_p.h>
#include <private/http2protocol_p.h>
#include <private/qhttpnetworkconnectionchannel_p.h>
#include <utility>
Include dependency graph for qhttpnetworkconnection_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QHttpNetworkConnection
class  QHttpNetworkConnectionPrivate
struct  QHttpNetworkConnectionPrivate::ParseRedirectResult

Typedefs

typedef std::pair< QHttpNetworkRequest, QHttpNetworkReply * > HttpMessagePair

Functions

 QT_REQUIRE_CONFIG (http)

Typedef Documentation

◆ HttpMessagePair

Definition at line 134 of file qhttpnetworkconnection_p.h.

Function Documentation

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( http )