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 the latest release candidate being version 2.37.0-rc."],["The content details various available versions of the `CustomHeader` class, ranging from version 2.11.0 up to 2.37.0-rc, including intermediate versions and patches."],["The `CustomHeader` class allows users to inject custom headers into requests, which is useful for incorporating new or unsupported headers in the protocol."],["The class has two constructors: a default constructor `CustomHeader()`, and a parameterized constructor `CustomHeader(std::string, std::string)` which accepts the custom header's name and value."],["The function `custom_header_name() const` is available to retrieve the custom header's name, and it returns a constant reference to a `std::string`."]]],[]]