struct HTTP2::Frame::Settings

Defined in:

http2.cr

Constant Summary

TYPE = 4_u8

Class Method Summary

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

Class Method Detail

def self.ack(settings : self) #

[View source]
def self.with_parameters(flags : Frame::Flags, stream_id : UInt32, parameters : ParameterHash) #

[View source]

Instance Method Detail

def ack? #

[View source]
def params #

[View source]
def type_byte : UInt8 #

[View source]