[[["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 `HttpHeader` class represents an HTTP header, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has constructors for creating an empty `HttpHeader` or one based on an existing `HttpHeader` object, allowing for duplication."],["`HttpHeader` contains fields `KeyFieldNumber` and `ValueFieldNumber`, and properties `Key` and `Value` to represent the header's key and value, respectively, where the key is case insensitive."],["The class provides methods like `CalculateSize()`, `Clone()`, `Equals()`, `GetHashCode()`, `MergeFrom()`, `ToString()`, and `WriteTo()` for managing and manipulating HTTP header data."],["There are 3 versions of the `HttpHeader` class within the document: 2.15.0 (latest), 2.10.0, and 2.2.0."]]],[]]