module

HTTP2::Frame::PaddingHelper

PADDED is bit 0x08 in every frame type that supports padding (DATA, HEADERS, PUSH_PROMISE) -- it doesn't need to be resolved against each type's own Flags enum, so this is an ordinary module rather than a macro included template.

Constants

PADDED_BIT = 8_u8

Instance methods

data
Source
data_offset
Source
pad_length

If the frame has padding enabled, this byte will contain the length of the padding

Source
padded?
Source