[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 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."]]],[]]