Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
http2protocol.cpp File Reference

(297341396203c5afed6420fa3789485c0996f846)

#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]