Path

The path section in a URL.

Constructors

Link copied to clipboard
constructor(vararg segments: String)
constructor(segments: List<Path.Segment>)

Types

Link copied to clipboard
value class Segment(val text: String)

Properties

Link copied to clipboard
open override val path: Path
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open operator override fun iterator(): Iterator<Path.Segment>
Link copied to clipboard
operator fun plus(other: String): Path
operator fun plus(other: Path.Segment): Path
Link copied to clipboard
open override fun toString(): String