![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qnetworkreplyhttpimpl_p.h"
#include "qnetworkaccessmanager_p.h"
#include "qnetworkaccesscache_p.h"
#include "qabstractnetworkcache.h"
#include "qnetworkrequest.h"
#include "qnetworkreply.h"
#include "qnetworkrequest_p.h"
#include "qnetworkcookie.h"
#include "qnetworkcookie_p.h"
#include "QtCore/qdatetime.h"
#include "QtCore/qelapsedtimer.h"
#include "QtNetwork/qsslconfiguration.h"
#include "qhttpthreaddelegate_p.h"
#include "qhsts_p.h"
#include "qthread.h"
#include "QtCore/qcoreapplication.h"
#include <QtCore/private/qthread_p.h>
#include <QtCore/private/qtools_p.h>
#include "qnetworkcookiejar.h"
#include "qnetworkreplyimpl_p.h"
#include <string.h>
#include "moc_qnetworkreplyhttpimpl_p.cpp"
Go to the source code of this file.
Functions | |
static QByteArray | rangeName () |
static QByteArray | cacheControlName () |
static constexpr QByteArrayView | bytesEqualPrefix () noexcept |
static QHash< QByteArray, QByteArray > | parseHttpOptionHeader (QByteArrayView header) |
static auto | remapCustom (QNetworkAccessManager::Operation operation, const QNetworkRequest &req) |
static constexpr QLatin1StringView | locationHeader () noexcept |
static auto | caseInsensitiveCompare (QByteArrayView value) |
static bool | isHopByHop (QByteArrayView header) |
|
staticconstexprnoexcept |
Definition at line 43 of file qnetworkreplyhttpimpl.cpp.
|
inlinestatic |
Definition at line 42 of file qnetworkreplyhttpimpl.cpp.
|
static |
Definition at line 1788 of file qnetworkreplyhttpimpl.cpp.
|
static |
Definition at line 1796 of file qnetworkreplyhttpimpl.cpp.
|
staticconstexprnoexcept |
Definition at line 1394 of file qnetworkreplyhttpimpl.cpp.
|
static |
Definition at line 46 of file qnetworkreplyhttpimpl.cpp.
|
inlinestatic |
Definition at line 41 of file qnetworkreplyhttpimpl.cpp.
|
static |
Definition at line 144 of file qnetworkreplyhttpimpl.cpp.