Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/w3_trace_state/mod.ts>getTraceStateFromHeader

Implementation of the W3 Trace Context recommendation for Trace State
Latest
function getTraceStateFromHeader
import { getTraceStateFromHeader } from "https://deno.land/x/w3_trace_state@v1.1.0/mod.ts";

Converts an appropriately formatted TraceState header into a TraceState object.

Parameters

header: string

a string that conforms to the W3 specification of a tracestate header