Headers

The HEADERS frame. It has the following members:

Constructors

this
this(FrameFlags flags, int stream_id, HeadersCategory _cat, PrioritySpec _pri_spec, HeaderField[] _hfa)
Undocumented in source.

Members

Functions

blockOffset
size_t blockOffset()
Undocumented in source. Be warned that the author may not have intended to support it.
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

cat
HeadersCategory cat;

The category of this HEADERS frame.

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.

pri_spec
PrioritySpec pri_spec;

The priority specification

Meta