struct EngineIO::Packet

Defined in:

engine_io/packet.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : PacketType, data : String | Bytes | Nil = nil) #

[View source]

Instance Method Detail

def data : String | Bytes | Nil #

[View source]
def type : PacketType #

[View source]