Sets the pattern for the host.
This method implements a fluent interface.
string $pattern The host pattern:
Route The current Route instance
public function setHost($pattern) {
$this->host = (string) $pattern;
$this->compiled = null;
return $this;
}