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>
|
| 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 |
|
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.
◆ BaggageEntry
The documentation for this class was generated from the following file: