Module stream

Module stream 

Source

Structs§

Streaming
A streaming payload.

Enums§

StreamingError

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§

ByteStream
A stream of binary data.
CborStream
A stream of Cbor-encoded data.
ChunkedByteStream
A stream of manually chunked binary data.
ChunkedTextStream
A stream of manually chunked text data.
JsonStream
A stream of JSON-encoded data.
TextStream
A stream of text data.