AdaUrl.hasCredentials

Checks if the URL has credentials (username or password).

struct AdaUrl
@nogc nothrow
bool
hasCredentials
()

Return Value

Type: bool

true if credentials are present, false otherwise.

Meta