struct

HTTP2::Frame

Inherits Struct / Value / Object

Constants

TYPES = {Data, Headers, Priority, ResetStream, Settings, PushPromise, Ping, GoAway, WindowUpdate, Continuation}

Constructors

from_io(io : IO) : Frame
Source
new(flags : Flags, stream_id : UInt32, payload : Bytes = Bytes.empty)
Source

Class methods

type(type : UInt8) : Frame.class
Source

Instance methods

flags
Source
payload
Source
stream_id
Source
to_s(io)
Source
type_byte
Source

Nested types