exists

suspend fun exists(webId: String, uri: String): Boolean

Reports whether a resource exists: a 404 is false; anything indeterminate (403, auth, network, 5xx) throws rather than being collapsed to false.