readStream

suspend fun readStream(webId: String, uri: String): SolidStream

Opens the resource at uri as a live stream.

The caller must close the returned SolidStream — use it in a use { } block.