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
Http2::PushPromise Struct Reference

#include <http2streams_p.h>

+ Collaboration diagram for Http2::PushPromise:

Public Attributes

quint32 reservedID = 0
 
HPack::HttpHeader pushHeader
 
HPack::HttpHeader responseHeader
 
std::vector< FramedataFrames
 

Detailed Description

Definition at line 74 of file http2streams_p.h.

Member Data Documentation

◆ dataFrames

std::vector<Frame> Http2::PushPromise::dataFrames

Definition at line 83 of file http2streams_p.h.

◆ pushHeader

HPack::HttpHeader Http2::PushPromise::pushHeader

Definition at line 79 of file http2streams_p.h.

◆ reservedID

quint32 Http2::PushPromise::reservedID = 0

Definition at line 76 of file http2streams_p.h.

◆ responseHeader

HPack::HttpHeader Http2::PushPromise::responseHeader

Definition at line 81 of file http2streams_p.h.


The documentation for this struct was generated from the following file: