Gets the HTTP host.
The host is always lowercased because it must be treated case-insensitive.
public function getHost() : string { return $this->host; }