user
The username URL subcomponent, or nil if not present.
Declaration
var user: String? { get set }Discussion
For example, in the URL http://username:password@www.example.com/index.html, the user is username.
The username URL subcomponent, or nil if not present.
var user: String? { get set }For example, in the URL http://username:password@www.example.com/index.html, the user is username.