authority

open override val authority: String

Gets the decoded authority part of this URL. For server addresses, the authority is structured as follows: [ userinfo '@' ] host [ ':' port ]

Examples: "google.com", "bob@google.com:80"

Return

the authority for this URI