[Function] uri-user, uri-password

Package

ystok.uri

Signature

uri-user uri => result
(setf uri-user) value uri => value

uri-password uri => result
(setf uri-password) value uri => value

Arguments
uri
An instance of the uri structure class.
value
A simple string or nil.
Description

These additional functions are similar to the accessors of the uri structure class. As they are rarely used, these values are stored in the uri-plist with the :user and :password indicators.