struct HTTP2::Frame::Ping

Defined in:

http2.cr

Constant Summary

TYPE = 6_u8

Constructors

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

Constructor Detail

def self.ack(ping : self) : self #

[View source]

Instance Method Detail

def ack? #

[View source]
def type_byte : UInt8 #

[View source]