Member predicate UriCreation::getSchemeArg
Gets the scheme argument of the newly created URI. In the case where the
scheme is specified separately, this is only the scheme. In the case where the
URI is parsed from an input string, such as in
URI("http://foo.com/mypath")
, this is the entire argument passed in,
that is "http://foo.com/mypath"
.