Uri

value class Uri(val uri: String) : CharSequence

Flexible to any URI schema, following the generic RFC-3986 on URIs. This includes, but isn’t limited to: did, https, wss, ipfs (for Cids), dns, and of course at. Maximum length in Lexicons is 8KB.

Constructors

Link copied to clipboard
constructor(uri: String)

Properties

Link copied to clipboard
open override val length: Int
Link copied to clipboard
val uri: String

Functions

Link copied to clipboard
open operator override fun get(index: Int): Char
Link copied to clipboard
open override fun subSequence(startIndex: Int, endIndex: Int): CharSequence
Link copied to clipboard
open override fun toString(): String