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-03-21 UTC."],[[["The webpage provides documentation for the `CustomHeader` class within the Google Cloud Storage C++ library, with the latest version being 2.37.0-rc."],["The `CustomHeader` class allows for the injection of custom headers into requests, which is useful for scenarios where new headers are introduced but not yet supported by the library."],["The `CustomHeader` class can be created through a default constructor or a constructor that takes a `name` and `value` as string parameters."],["The class contains a function `custom_header_name()` that returns the name of the custom header as a `std::string`."],["The page also documents a range of older versions for this class starting at 2.11.0 up to 2.36.0."]]],[]]