Qt 4.8
|
#include "qnetworkaccesshttpbackend_p.h"
#include "qnetworkaccessmanager_p.h"
#include "qnetworkaccesscache_p.h"
#include "qabstractnetworkcache.h"
#include "qnetworkrequest.h"
#include "qnetworkreply.h"
#include "QtNetwork/private/qnetworksession_p.h"
#include "qnetworkrequest_p.h"
#include "qnetworkcookie_p.h"
#include "QtCore/qdatetime.h"
#include "QtCore/qelapsedtimer.h"
#include "QtNetwork/qsslconfiguration.h"
#include "qhttpthreaddelegate_p.h"
#include "qthread.h"
#include <string.h>
Go to the source code of this file.
Functions | |
static QHttpNetworkRequest::Priority | convert (const QNetworkRequest::Priority &prio) |
static bool | isSeparator (register char c) |
static QHash< QByteArray, QByteArray > | parseHttpOptionHeader (const QByteArray &header) |
|
static |
Definition at line 348 of file qnetworkaccesshttpbackend.cpp.
Referenced by QNetworkAccessHttpBackend::postRequest().
|
inlinestatic |
Definition at line 69 of file qnetworkaccesshttpbackend.cpp.
Referenced by QComboBoxDelegate::paint(), parseHttpOptionHeader(), and QComboBoxDelegate::sizeHint().
|
static |
Definition at line 76 of file qnetworkaccesshttpbackend.cpp.
Referenced by QNetworkAccessHttpBackend::fetchCacheMetaData(), QNetworkAccessHttpBackend::loadFromCacheIfAllowed(), and QNetworkAccessHttpBackend::replyDownloadMetaData().