struct HTTP2::Frame::Headers

Defined in:

http2.cr

Constant Summary

TYPE = 1_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 decode_with(decoder : HPACK::Decoder) : HTTP::Headers #

[View source]
def to_h : HTTP::Headers #

[View source]
def type_byte : UInt8 #

[View source]