host

abstract val host: String?

Gets the encoded host from the authority for this URI. For example, if the authority is "bob@google.com", this method will return "google.com".

Return

the host for this URI or null if not present