Expand description
Socket.io packet implementation.
The Packet
is the base unit of data that is sent over the engine.io socket.
Structs§
- Connect
Packet - Connect packet sent by the client
- Packet
- The socket.io packet type. Each packet has a type and a namespace
- Sid
- A 128 bit session id type representing a base64 16 char string
- Str
- A custom
Bytes
wrapper to efficiently store string packets