Returns true if the HTTP header is defined.
public function has(string $key) : bool { return \array_key_exists(strtr($key, self::UPPER, self::LOWER), $this->all()); }