AdaUrl.hasPort

Checks if the URL has a port.

struct AdaUrl
@nogc nothrow
bool
hasPort
()

Return Value

Type: bool

true if a port is present, false otherwise.

Meta