Url

@Serializable
value class Url : Comparable<Url> (source)

表示一个不以 / 结尾的 url,协议为 http / https。

Types

Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun compareTo(other: Url): Int
Link copied to clipboard
open override fun toString(): String