httk.core.datastream.bytestream_bytes

Classes

BytestreamBytes

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.BytestreamBackend

Backend for streaming byte data backed by an actual bytes object.

b: bytes[source]
property name: str | None[source]
property closed: bool[source]