Struct CustomHeadersOption (2.24.0)

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 >