|
A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
|
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 |
One decoded W3C baggage member propagated through nested and remote actions.
|
friend |
| std::string a11::obs::BaggageEntry::key |
Trimmed member key; percent escapes stay encoded.
| std::string a11::obs::BaggageEntry::properties |
Trailing semicolon-separated properties.
| std::string a11::obs::BaggageEntry::value |
Percent-decoded member value.