[[["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-05 UTC."],[[["`HTTPHeader` represents either an HTTP request or response header."],["The `HTTPHeader` class inherits from `java.lang.Object` and implements `Serializable`."],["A new header can be created using the `HTTPHeader(String name, String value)` constructor, requiring a non-null name and accepting either a single value or a comma-separated list of values."],["The `getName()` method returns the name of the header as a String."],["The `getValue()` method returns the value of the header as a String."]]],[]]