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

(cdd0b0b860b632b899091e63bcecf02446b94662)

#include "qhttpthreaddelegate_p.h"
#include <QThread>
#include <QTimer>
#include <QAuthenticator>
#include <QEventLoop>
#include <QCryptographicHash>
#include <QtCore/qscopedvaluerollback.h>
#include "private/qhttpnetworkreply_p.h"
#include "private/qnetworkaccesscache_p.h"
#include "private/qnoncontiguousbytedevice_p.h"
#include "moc_qhttpthreaddelegate_p.cpp"
Include dependency graph for qhttpthreaddelegate.cpp:

Go to the source code of this file.

Classes

class  QNetworkAccessCachedHttpConnection

Functions

static QNetworkReply::NetworkError statusCodeFromHttp (int httpStatusCode, const QUrl &url)
static QByteArray makeCacheKey (QUrl &url, QNetworkProxy *proxy, const QString &peerVerifyName)
static QString makeServerErrorString (int code, const QUrl &url, const QString &reasonPhrase)

Function Documentation

◆ makeCacheKey()

QByteArray makeCacheKey ( QUrl & url,
QNetworkProxy * proxy,
const QString & peerVerifyName )
static

Definition at line 94 of file qhttpthreaddelegate.cpp.

◆ makeServerErrorString()

QString makeServerErrorString ( int code,
const QUrl & url,
const QString & reasonPhrase )
static

Definition at line 491 of file qhttpthreaddelegate.cpp.

◆ statusCodeFromHttp()

QNetworkReply::NetworkError statusCodeFromHttp ( int httpStatusCode,
const QUrl & url )
static

Definition at line 23 of file qhttpthreaddelegate.cpp.