AdaUrl.hasEmptyHostname

Checks if the URL has an empty hostname.

struct AdaUrl
@nogc nothrow
bool
hasEmptyHostname
()

Return Value

Type: bool

true if the hostname is empty, false otherwise.

Meta