Re-exportsยง
pub use websocket::ReadWsStream;
pub use websocket::WriteWsStream;
pub use websocket::WsStream;
Modulesยง
- websocket ๐
Structsยง
Constantsยง
- BUFFER_
CHUNK_ ๐SIZE - Maximum number of bytes to read at a time to construct the stream buffer.
- DEFAULT_
MAX_ ๐BUFFER_ SIZE - The stream buffer size is limited by this value. This can be overridden by setting the KARYON_MAX_BUFFER_SIZE environment variable at compile time.
Functionsยง
- get_
max_ ๐buffer_ size