user
The user component of the URL if the URL conforms to RFC 3986; otherwise, nil.
Declaration
var user: String? { get }Discussion
New code should use user(percentEncoded:) instead of this property.
The user component of the URL if the URL conforms to RFC 3986; otherwise, nil.
var user: String? { get }New code should use user(percentEncoded:) instead of this property.