httk.core.datastream.bytestream_url¶
Classes¶
Backend for streaming byte data fetched from a URL string. |
Module Contents¶
- class httk.core.datastream.bytestream_url.BytestreamURL(url: str, **hints: Any)[source]¶
Bases:
httk.core.datastream.bytestream_common.BytestreamCommon,httk.core.datastream.bytestream_backend.BytestreamBackendBackend for streaming byte data fetched from a URL string. A bare string is interpreted as a URL when its scheme is one of http, https, ftp, or file, or when an explicit kind=”url” hint is given.