![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>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< uchar > | Http2::assemble_hpack_block (const std::vector< Frame > &frames) |
Variables | |
| const char | Http2::Http2clientPreface [clientPrefaceLength] |