Rfc3986Authority

@Serializable
data class Rfc3986Authority(val userInfo: Rfc3986UriAuthorityUserInformation?, val host: Rfc3986AuthorityHost, val rawPort: String?)(source)

Constructors

Link copied to clipboard
constructor(userInfo: Rfc3986UriAuthorityUserInformation?, host: Rfc3986AuthorityHost, rawPort: String?)
constructor(userInfo: Rfc3986UriAuthorityUserInformation?, host: Rfc3986AuthorityHost, port: ULong)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val port: ULong?
Link copied to clipboard
Link copied to clipboard

Functions

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