Module ot_baggage

Data Types

key()


key() = string()

t()


t() = #{key() => value()}

value()


value() = string()

Function Index

ctx_key/0
get_all/0
get_http_propagators/0
set/2

Function Details

ctx_key/0

ctx_key() -> any()

get_all/0


get_all() -> t()

get_http_propagators/0


get_http_propagators() -> {ot_propagation:http_extractor(), ot_propagation:http_injector()}

set/2


set(Key::key(), Value::value()) -> ok