Sets the pattern for the host.
$this
public final function host(string $pattern) : static { $this->route ->setHost($pattern); return $this; }