Handbook
Glossary
redacted-url ( url -- url' )
Vocabulary
urls
Inputs
url
an
url
Outputs
url'
an
url
Word description
Outputs a new URL with the password (if specified) replaced with
xxxxx
. This is useful for logging utilities where you want to avoid printing out the password in the logs.
Definition
USING:
accessors
kernel
;
IN:
urls
:
redacted-url
( url -- url' )
clone
[
"xxxxx"
and
]
change-password
;