PushPromise

The PUSH_PROMISE frame.

Constructors

this
this(FrameFlags flags, int stream_id, int _promised_stream_id, HeaderField[] _hfa)
Undocumented in source.

Members

Functions

free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
pack
ErrorCode pack(Buffers bufs, Deflater deflater)
Undocumented in source. Be warned that the author may not have intended to support it.
unpack
void unpack(ubyte[] payload)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

hd
FrameHeader hd;
Undocumented in source.
hfa
HeaderField[] hfa;

The header fields.

padlen
size_t padlen;

The length of the padding in this frame. This includes PAD_HIGH and PAD_LOW.

promised_stream_id
int promised_stream_id;

The promised stream ID

reserved
ubyte reserved;

0

Meta