# README

Baggage

PkgGoDev

# Functions

ContextWithBaggage returns a copy of parent with baggage.
ContextWithoutBaggage returns a copy of parent with no baggage.
FromContext returns the baggage contained in ctx.
New returns a new valid Baggage.
NewKeyProperty returns a new Property for key.
NewKeyValueProperty returns a new Property for key with value.
NewKeyValuePropertyRaw returns a new Property for key with value.
NewMember returns a new Member from the passed arguments.
NewMemberRaw returns a new Member from the passed arguments.
Parse attempts to decode a baggage-string from the passed string.

# Structs

Baggage is a list of baggage members representing the baggage-string as defined by the W3C Baggage specification.
Member is a list-member of a baggage-string as defined by the W3C Baggage specification.
Property is an additional metadata entry for a baggage list-member.