URL.host
string host() @property const @safeReturn the host from the authority.
Returns
The host string.
void host(string value) @property @safeSet the host in the authority.
Notes: This setter also marks the inner URI as having an authority so that toString() serializes using the //host form.
Parameters
value | Host string to set. |