AdaUrl.getHost

Retrieves the host component of the URL (hostname + port).

struct AdaUrl
@nogc nothrow
string
getHost
()

Return Value

Type: string

A string representing the host.

Meta