Documentation ¶
Overview ¶
Package zlib provides abstractions on top of compress/zlib to work with Discord's method of compressing websocket packets.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrPartial = errors.New("only partial payload in buffer")
View Source
var Suffix = [4]byte{'\x00', '\x00', '\xff', '\xff'}
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.