userver: baggage::BaggageEntryProperty Class Reference
Loading...
Searching...
No Matches
baggage::BaggageEntryProperty Class Reference

#include <userver/baggage/baggage.hpp>

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.

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 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: