Package io.helidon.webclient.context.propagation

Propagation of context values across network using HTTP Headers.

The propagation requires context values of type String with a classifier (see Context.register(java.lang.Object, java.lang.Object) and Context.get(java.lang.Object, java.lang.Class)).

Propagation can be configure to use the classifier as the header value, or map classifier to a header.