[[["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-04-02 UTC."],[[["The `FixedHeaderProvider` class, which is an instance of `HeaderProvider`, provides a way to consistently apply the same headers to all HTTP requests."],["Version 2.63.1 is the latest available version of this `FixedHeaderProvider`, with many previous versions ranging back to 2.7.1 being available."],["`FixedHeaderProvider` can be instantiated using its static `create` method, either with an array of key-value pairs or with a map of string headers."],["The `getHeaders()` method, which must be implemented, returns a map containing the headers that are to be included in the HTTP requests."],["The `FixedHeaderProvider` class extends the `Object` class and implements both `HeaderProvider` and `Serializable` interfaces."]]],[]]