httk.core.datastream.bytestream_bytes¶
Classes¶
Backend for streaming byte data backed by an actual bytes object. |
Module Contents¶
- class httk.core.datastream.bytestream_bytes.BytestreamBytes(content: bytes | bytearray, **hints: Any)[source]¶
Bases:
httk.core.datastream.bytestream_common.BytestreamCommon,httk.core.datastream.bytestream_backend.BytestreamBackendBackend for streaming byte data backed by an actual bytes object.