HTTP2::Frame::Unknown
Inherits HTTP2::Frame < Struct < Value < Object
An extension frame unknown to this implementation. The connection layer
must ignore it while still consuming its complete payload. It has no
TypeCode/AllowedFlags constants — its type code is a runtime value
read off the wire — so macro inherited above contributes nothing and
every other behavior (data, header, write, to_slice,
finish_initialize's validations) comes straight from Frame.
Constructors
Instance methods
flags
Source