URI

expect class URI(str: String)
actual class URI(str: String)
actual typealias URI = URI

Constructors

Link copied to clipboard
expect constructor(str: String)
actual constructor(str: String)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
expect fun resolve(str: String): URI
actual fun resolve(str: String): URI
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String