Tests if header has given value.
public function has(string $value) : bool { return isset($this->items[$value]); }