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
qnetworkreplyhttpimpl.cpp File Reference

(9da6fd4fab1a89a745d8793797df304ed37577a1)

#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"
Include dependency graph for qnetworkreplyhttpimpl.cpp:

Go to the source code of this file.

Functions

static QByteArray rangeName ()
static QByteArray cacheControlName ()
static constexpr QByteArrayView bytesEqualPrefix () noexcept
static QHash< QByteArray, QByteArrayparseHttpOptionHeader (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)

Function Documentation

◆ bytesEqualPrefix()

constexpr QByteArrayView bytesEqualPrefix ( )
staticconstexprnoexcept

Definition at line 43 of file qnetworkreplyhttpimpl.cpp.

◆ cacheControlName()

QByteArray cacheControlName ( )
inlinestatic

Definition at line 42 of file qnetworkreplyhttpimpl.cpp.

◆ caseInsensitiveCompare()

auto caseInsensitiveCompare ( QByteArrayView value)
static

Definition at line 1788 of file qnetworkreplyhttpimpl.cpp.

◆ isHopByHop()

bool isHopByHop ( QByteArrayView header)
static

Definition at line 1796 of file qnetworkreplyhttpimpl.cpp.

◆ locationHeader()

constexpr QLatin1StringView locationHeader ( )
staticconstexprnoexcept

Definition at line 1394 of file qnetworkreplyhttpimpl.cpp.

◆ parseHttpOptionHeader()

QHash< QByteArray, QByteArray > parseHttpOptionHeader ( QByteArrayView header)
static

Definition at line 46 of file qnetworkreplyhttpimpl.cpp.

◆ rangeName()

QByteArray rangeName ( )
inlinestatic

Definition at line 41 of file qnetworkreplyhttpimpl.cpp.

◆ remapCustom()

auto remapCustom ( QNetworkAccessManager::Operation operation,
const QNetworkRequest & req )
static

Definition at line 144 of file qnetworkreplyhttpimpl.cpp.