httk.core.datastream.textstream_url

Classes

TextstreamURL

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

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

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