percentEncodedUser
The username URL subcomponent expressed as a URL-encoded string, or nil if not present.
Declaration
var percentEncodedUser: String? { get set }Discussion
For example, in the URL http://username:password@www.example.com/index.html, the user is username.
If you set this value to something that is not a valid, percent-encoded string, this class throws an exception.