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, **hints)¶
Bases:
httk.core.datastream.bytestream_common.BytestreamCommon,httk.core.datastream.bytestream_backend.BytestreamBackendBackend for streaming byte data backed by an actual bytes object. Compressed content is transparently decompressed according to the compression hint.
- Parameters:
- Raises:
ValueError – If the compression hint is unknown.