# Functions
AddCorrelationLogger adds the correlation information to the context logger.
AddHeadersFromContext Add metadata headers from the context into the request headers only adds headers that are not already set.
CreateCtxFromRequest serialize http request headers into a context.
GetActivityID gets the activity ID from a context.
GetCorrelationID gets the correlation ID from a context.
GetMetadataHeaders gets the metadata headers from a context.
SetActivityID sets the current activity ID in the context or generates a new one.
SetCorrelationID sets the correlation ID in the context.
# Variables
AcceptedLanguageHeader the AcceptedLanguage header.
CorrelationIDHeader the correlation ID Header.
RequestIDHeader stores the request id for the request.
UserAgentHeader the UserAgent header.
# Type aliases
ContextMatadataHeaders stores header information into the context.