Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
|
An option to inject custom headers into the request. More...
#include <google/cloud/storage/well_known_headers.h>
Public Member Functions | |
CustomHeader ()=default | |
CustomHeader (std::string name, std::string value) | |
std::string const & | custom_header_name () const |
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
|
default |
|
inlineexplicit |
|
inline |