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"]],[["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-01 UTC."],[[["This webpage provides documentation for the `CustomHeader` class within the Google Cloud Storage C++ library, spanning versions from 2.11.0 to 2.37.0-rc."],["The primary function of the `CustomHeader` class is to allow users to inject custom headers into requests, which can be necessary for unsupported headers or protocol updates."],["The class includes constructors for creating `CustomHeader` objects, either without arguments or by providing a name and value for the header."],["The `custom_header_name()` function allows retrieval of the name of the custom header as a constant string."],["The latest version is `2.37.0-rc`, while `2.21.0` is the version specified at the top."]]],[]]