Checks if the scheme part of the specified url matches at least one of the provided options.
A string representing the URL.
Rest
Scheme value options (the function will check whether at least one matches the URL scheme).
True if the URL scheme matches at least one of the provided options, false otherwise.
Checks if the scheme part of the specified url matches at least one of the provided options.