HTTP2::Frame
Inherits Struct / Value / Object
Constants
TYPES = {Data, Headers, Priority, ResetStream, Settings, PushPromise, Ping, GoAway, WindowUpdate, Continuation}
Constructors
from_io(io : IO) : Frame
Sourcenew(flags : Flags, stream_id : UInt32, payload : Bytes = Bytes.empty)
SourceClass methods
type(type : UInt8) : Frame.class
SourceInstance methods
flags
Sourcepayload
Sourcestream_id
Sourceto_s(io)
Sourcetype_byte
Source