Name
url:SetUser -- get user part of URL (V2.0)
Synopsis
url:SetUser(user$[, flags])
Function
Sets the user in the specified URL object to the one specified in user$. You can also pass Nil to unset the user in the URL handle.

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
user$
user to get
flags
optional: combination of flags

Show TOC