httk.core.datastream.textstream_url¶
Classes¶
Backend for streaming text fetched from a URL string. |
Module Contents¶
- class httk.core.datastream.textstream_url.TextstreamURL(url: str, **hints: Any)[source]¶
Bases:
httk.core.datastream.textstream_common.TextstreamCommon,httk.core.datastream.textstream_backend.TextstreamBackendBackend for streaming text 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.