Returns the scheme component of this URI.
The scheme component of a URI, if defined, only contains characters
in the alphanum category and in the string "-.+". A
scheme always starts with an alpha character.
The scheme component of a URI cannot contain escaped octets, hence this method does not perform any decoding.
null if the scheme is undefined
Diagram: URL