AdaUrl.hasHostname

Checks if the URL has a hostname.

struct AdaUrl
@nogc nothrow
bool
hasHostname
()

Return Value

Type: bool

true if a hostname is present, false otherwise.

Meta