An option to inject custom headers into the request.
In some cases it is necessary to inject a custom header into the request. For example, because the protocol has added new headers and the library has not been updated to support them, or because
[[["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-07-26 UTC."],[[["The webpage provides documentation for the `CustomHeader` class within the Google Cloud Storage C++ library, with versions ranging from 2.11.0 up to the latest release candidate, 2.37.0-rc."],["The `CustomHeader` class allows users to inject custom headers into requests, useful when protocols have new headers not yet supported by the library."],["The documentation covers the available constructors for the `CustomHeader` class, which include a default constructor and one that takes a name and value for the custom header."],["The documentation also lists the `custom_header_name()` function which returns the name of the custom header as a constant string."],["The available documentation is version specific for the `CustomHeader` class, including information about the class at each release, allowing developers to find the information relevant to the versions they are using."]]],[]]