public static function isUniqueHeader(string $name) : bool { return \in_array(strtolower($name), self::UNIQUE_HEADERS, true); }