Url

open class Url : UrlInterface

Constructors

Link copied to clipboard
constructor(url: String)
constructor(vararg pathSegments: String)
constructor(url: UrlInterface, suffix: Int)
constructor(url: UrlInterface, suffix: String)
constructor(url: UrlInterface, suffix: String, anchor: String)
constructor(url: UrlInterface, suffix: Int, anchor: String)

Functions

Link copied to clipboard
open override fun string(): String