AdaUrl.setPassword

Sets the password component of the URL.

struct AdaUrl
@nogc nothrow
bool
setPassword
(
string input
)

Parameters

input string

The new password string to set.

Return Value

Type: bool

true if successful, false otherwise.

Meta