pub fn enrich_context_from_headers(
ctx: CoolContext,
headers: &HeaderMap,
) -> CoolContextExpand description
Enrich a CoolContext with the request id (from traceparent) and the
client IP (from Forwarded/X-Forwarded-For). Malformed traceparent
headers are silently ignored here — the auth/header-validation layer is
the right place to reject them, not the enrichment seam.