httk.core.datastream.datastream_url¶
Explicit URL intent for lazy datastream consumers.
Classes¶
An explicit network-consent value carrying a URL and optional timeout for lazy consumers, which resolve it through the existing |
Module Contents¶
- class httk.core.datastream.datastream_url.DatastreamURL(url, *, timeout=None)¶
An explicit network-consent value carrying a URL and optional timeout for lazy consumers, which resolve it through the existing fetch/loader machinery; constructing it performs no network I/O.
- Parameters:
- Raises:
ValueError – If the URL uses an unsupported scheme.