![]() |
Qt 6.x
The Qt SDK
|
#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 "qnetconmonitor_p.h"
#include "qnetworkreplyimpl_p.h"
#include <string.h>
#include "moc_qnetworkreplyhttpimpl_p.cpp"
Go to the source code of this file.
Functions | |
static QHash< QByteArray, QByteArray > | parseHttpOptionHeader (const QByteArray &header) |
|
static |
Definition at line 41 of file qnetworkreplyhttpimpl.cpp.
References QString::at(), QString::constData(), equal(), header(), QString::indexOf(), isLWS(), isSeparator(), nextNonWhitespace(), pos, QString::size(), QByteArray::toLower(), and QByteArray::trimmed().
Referenced by QNetworkReplyHttpImplPrivate::fetchCacheMetaData(), QNetworkReplyHttpImplPrivate::loadFromCacheIfAllowed(), and QNetworkReplyHttpImplPrivate::replyDownloadMetaData().