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

Show TOC