# Functions
GeneratePathHash generates a path hash given a referring path hash, transaction name, and application name.
NewIDHeader parses the given decoded ID header and creates an IDHeader representing it.
# Constants
These header names don't match the spec in terms of their casing, but does match what Go will give us from http.CanonicalHeaderKey().
These header names don't match the spec in terms of their casing, but does match what Go will give us from http.CanonicalHeaderKey().
These header names don't match the spec in terms of their casing, but does match what Go will give us from http.CanonicalHeaderKey().
These header names don't match the spec in terms of their casing, but does match what Go will give us from http.CanonicalHeaderKey().
These header names don't match the spec in terms of their casing, but does match what Go will give us from http.CanonicalHeaderKey().
# Structs
AppDataHeader represents a decoded AppData header.
IDHeader represents a decoded cross process ID header (generally encoded as a string in the form ACCOUNT#BLOB).
SyntheticsHeader represents a decoded Synthetics header.
SyntheticsInfo represents a decoded synthetics info payload.
TxnDataHeader represents a decoded TxnData header.