Structs§
- Streaming
- A streaming payload.
Enums§
Functions§
- decode_
stream_ frame - Decode a websocket-framed streaming payload produced by
encode_stream_frame. - encode_
stream_ frame - This function encodes a single frame of a streaming payload using the specified encoding.
Type Aliases§
- Byte
Stream - A stream of binary data.
- Cbor
Stream - A stream of Cbor-encoded data.
- Chunked
Byte Stream - A stream of manually chunked binary data.
- Chunked
Text Stream - A stream of manually chunked text data.
- Json
Stream - A stream of JSON-encoded data.
- Text
Stream - A stream of text data.