Sets the host to use for all child routes.
string|array $host the host, or the localized hosts:
$this
public final function host(string|array $host) : static { $this->addHost($this->route, $host); return $this; }