public sealed class Header : IMessage<VulnerableHeaders.Types.Header>, IEquatable<VulnerableHeaders.Types.Header>, IDeepCloneable<VulnerableHeaders.Types.Header>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version available for `VulnerableHeaders.Types.Header` is 2.5.0, with version 1.2.0 being the current context."],["`Header` is a class that describes an HTTP Header and it inherits from `Object`."],["The `Header` class implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Header` class provides properties for `Name` and `Value`, both of which are of type `string` representing the header's name and value respectively."],["There are two constructors available for the `Header` class, a default constructor `Header()`, and one that takes a `VulnerableHeaders.Types.Header` object, `Header(VulnerableHeaders.Types.Header other)`."]]],[]]