Struct CustomHeadersOption (2.23.0-rc)

An option to inject custom headers into the request.

For REST endpoints, these headers are added to the HTTP headers. For gRPC endpoints, these headers are added to the grpc::ClientContext metadata.

Type Aliases

Type

Alias Of: std::unordered_multimap< std::string, std::string >