vars.go 217 B

12345678
  1. package trace
  2. import "net/http"
  3. // TraceIdKey is the trace id header.
  4. // https://www.w3.org/TR/trace-context/#trace-id
  5. // May change it to trace-id afterwards.
  6. var TraceIdKey = http.CanonicalHeaderKey("x-trace-id")