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

(2192d2cfb9cd25d5907ceeb6fd3069e5a572af53)

#include "http2protocol_p.h"
#include "http2frames_p.h"
#include "private/qhttpnetworkrequest_p.h"
#include "private/qhttpnetworkreply_p.h"
#include <access/qhttp2configuration.h>
#include <QtCore/qbytearray.h>
#include <QtCore/qstring.h>
Include dependency graph for http2protocol.cpp:

Go to the source code of this file.

Namespaces

namespace  Http2

Functions

Frame Http2::configurationToSettingsFrame (const QHttp2Configuration &config)
QByteArray Http2::settingsFrameToBase64 (const Frame &frame)
void Http2::appendProtocolUpgradeHeaders (const QHttp2Configuration &config, QHttpNetworkRequest *request)
void Http2::qt_error (quint32 errorCode, QNetworkReply::NetworkError &error, QString &errorMessage)
QString Http2::qt_error_string (quint32 errorCode)
QNetworkReply::NetworkError Http2::qt_error (quint32 errorCode)
bool Http2::is_protocol_upgraded (const QHttpNetworkReply &reply)
std::vector< ucharHttp2::assemble_hpack_block (const std::vector< Frame > &frames)

Variables

const char Http2::Http2clientPreface [clientPrefaceLength]