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-02 UTC."],[[["This page provides documentation for the `CustomHeader` class within the Google Cloud Storage C++ client library, allowing users to view information for different library versions."],["The latest release candidate version for `CustomHeader` is 2.37.0-rc, with previous versions ranging from 2.36.0 down to 2.11.0, each having its own documentation page."],["The `CustomHeader` class allows users to inject custom headers into requests, which can be useful for incorporating new protocol headers or unsupported features."],["The class `CustomHeader` contains two constructors: a default constructor `CustomHeader()`, and a constructor `CustomHeader(std::string, std::string)` that accepts a header name and value, both as strings."],["The class `CustomHeader` contains a `custom_header_name() const` function that returns a `std::string const &` type."]]],[]]