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
Sourcedata_offset
Sourcepadded?
Source