Function URL.host
The host part of the URL (depends on the schema)
string host() pure @property @safe const;
void host
(
string v
) @property @safe;
The host part of the URL (depends on the schema)
string host() pure @property @safe const;
void host
(
string v
) @property @safe;