scheme
The scheme URL component, or nil if not present.
Declaration
var scheme: String? { get set }Discussion
For example, in the URL http://www.example.com/index.html, the scheme is http.
If you attempt to set the scheme to an invalid scheme string, this class throws an exception.