AdaUrl.hasNonEmptyUsername

Checks if the URL has a non-empty username.

struct AdaUrl
@nogc nothrow
bool
hasNonEmptyUsername
()

Return Value

Type: bool

true if the username is non-empty, false otherwise.

Meta