userver: baggage::BaggageEntryProperty Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
baggage::BaggageEntryProperty Class Reference

property of entry. Has required key and optional value. Keys shouldn't contain '=', ';' and ','. Values shouldn't contains ',' and ';' More...

#include <userver/baggage/baggage.hpp>

Public Member Functions

 BaggageEntryProperty (std::string_view key, std::optional< std::string_view > value=std::nullopt)
 
std::string ToString () const
 
std::optional< std::string > GetValue () const
 
std::string GetKey () const
 

Friends

class BaggageEntry
 

Detailed Description

property of entry. Has required key and optional value. Keys shouldn't contain '=', ';' and ','. Values shouldn't contains ',' and ';'

Definition at line 36 of file baggage.hpp.

Friends And Related Symbol Documentation

◆ BaggageEntry

friend class BaggageEntry
friend

Definition at line 37 of file baggage.hpp.


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