Uri

value class Uri(val value: String)(source)

Represents URIs send from the client. These are different than Java URI class! Incoming URIs have full protocol specifiers: file://<path with root>.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard
val file: File
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val path: Path
Link copied to clipboard