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-18 UTC."],[[["This webpage provides documentation for the `CustomHeader` class within the Google Cloud Storage C++ library, offering version-specific details 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, accommodating situations where new headers are required but not yet supported by the current library version."],["The class includes a default constructor `CustomHeader()` and an overloaded constructor `CustomHeader(std::string, std::string)` to initialize custom headers with a name and value."],["The `custom_header_name()` function is available to retrieve the name of a custom header as a constant `std::string` reference."],["The page features a list of all the versions available of the CustomHeader class, with the latest version and each other version in order of release."]]],[]]