//! gRPC utilities for correlation ID propagation.
use CORRELATION_ID_HEADER;
/// Create a tonic Request with `x-correlation-id` gRPC metadata.
///
/// Propagates the correlation_id into gRPC request headers so that
/// server-side tower middleware can create tracing spans before
/// protobuf deserialization.