httk.core.datastream.bytestream_url

Classes

BytestreamURL

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

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

property name: str | None[source]
property url: str[source]
property closed: bool[source]