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, offering version-specific details from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `CustomHeader` class allows developers to inject custom headers into requests, accommodating situations where new headers are required before the library is officially updated to support them."],["The class offers two constructors: a default `CustomHeader()` constructor and another `CustomHeader(std::string, std::string)` to pass in a custom header name and value."],["The function `custom_header_name() const` is available to retrieve the name of the injected header as a `std::string const &`."],["The different available versions are listed, with each one providing a link to the documentation for the custom header of that version."]]],[]]