Hostname

value class Hostname(val value: String)

Represents a hostname.

Throws

if the hostname is longer than MAX_HOSTNAME_LENGTH characters.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

The string representation of the hostname.

Functions

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