struct HTTP2::Frame::Continuation

Defined in:

http2.cr

Constant Summary

TYPE = 9_u8

Instance Method Summary

Instance methods inherited from struct HTTP2::Frame

flags : HTTP2::Frame::Flags flags, payload : Slice(UInt8) payload, stream_id : UInt32 stream_id, to_s(io) to_s, type_byte : UInt8 type_byte

Constructor methods inherited from struct HTTP2::Frame

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

Class methods inherited from struct HTTP2::Frame

type(type : UInt8) : Frame.class type

Instance Method Detail

def type_byte : UInt8 #

[View source]