A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
Loading...
Searching...
No Matches
a11::obs::BaggageEntry Struct Reference

One decoded W3C baggage member propagated through nested and remote actions. More...

#include <cpp/a11/obs/trace_context.h>

Public Attributes

std::string key
 Trimmed member key; percent escapes stay encoded.
 
std::string value
 Percent-decoded member value.
 
std::string properties
 Trailing semicolon-separated properties.
 

Friends

bool operator== (const BaggageEntry &, const BaggageEntry &)=default
 

Detailed Description

One decoded W3C baggage member propagated through nested and remote actions.

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const BaggageEntry ,
const BaggageEntry  
)
friend

Member Data Documentation

◆ key

std::string a11::obs::BaggageEntry::key

Trimmed member key; percent escapes stay encoded.

◆ properties

std::string a11::obs::BaggageEntry::properties

Trailing semicolon-separated properties.

◆ value

std::string a11::obs::BaggageEntry::value

Percent-decoded member value.


The documentation for this struct was generated from the following file: