set Baggage
Sets the baggage entries that become the log context of the session in the DocVal server.
The server adds the entries as fields to every log line of the session. It only takes keys that are on its allow-list.
The entries go into the baggage header of the handshake, as defined by W3C Baggage. This method encodes the values, sorts the entries by key, and replaces a baggage header from setHttpHeaders. A key must be a token of RFC 7230 and a value must not be empty. An entry that the method cannot send is dropped with a warning in the log. The method never throws. null or an empty map removes the entries.
Return
This instance of the builder for easier chaining.
Parameters
baggage
The baggage entries.