Name
url:GetUser -- get user part of URL (V2.0)
Synopsis
user$ = url:GetUser([flags])
Function
Gets the user 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
user$
user part of URL

Show TOC