struct

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

new(type_code : UInt8, flags : UInt8, stream_id : UInt32, payload : Bytes = Bytes.empty)
Source

Instance methods

flags
Source