Google Cloud Storage C++ Client
1.40.2
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
Definition at line 86 of file well_known_headers.h.
|
default |
|
inlineexplicit |
Definition at line 90 of file well_known_headers.h.
|
inline |
Definition at line 93 of file well_known_headers.h.