AdaUrl.setUsername

Sets the username component of the URL.

struct AdaUrl
@nogc nothrow
bool
setUsername
(
string input
)

Parameters

input string

The new username string to set.

Return Value

Type: bool

true if successful, false otherwise.

Meta