Name
url:GetScheme -- get scheme part of URL (V2.0)
Synopsis
scheme$ = url:GetScheme([flags])
Function
Gets the scheme from the specified URL object.

The optional flags parameter can be a combination of flags as described in the documentation of the hurl.URL() function. See hurl.URL for details.

Inputs
flags
optional: combination of flags
Results
scheme$
scheme part of URL

Show TOC