Skip to content

Commit

Permalink
re-use logic for http client configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Jun 18, 2024
1 parent 466cd05 commit bcf166a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
import io.opentelemetry.context.propagation.TextMapSetter;
import org.eclipse.jetty.client.api.Request;

/**
* This class is internal and is hence not for public use. Its APIs are unstable and can change at
* any time.
*/
public enum HttpHeaderSetter implements TextMapSetter<Request> {
INSTANCE;

Expand Down

0 comments on commit bcf166a

Please sign in to comment.