Expand description
Utilities to acquire streams and data from from URLs.
Structs§
Enums§
Functions§
- acquire_
data - Reads the entire contents pointed by an URL. The url can be a data: URL or a plain URI.
- acquire_
stream - Creates a stream for reading. The url can be a data: URL or a plain URI.
- decode_
data_ 🔒uri