[[["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-15 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."]]],[]]