Share via


HeadersCarrier type

Carrier type for HTTP headers used in trace context propagation. Compatible with Node.js IncomingHttpHeaders and plain string maps.

type HeadersCarrier = Record<string, string | string[] | undefined>