public interface HttpHeaderWriter
| Modifier and Type | Method and Description |
|---|---|
void |
put(String key,
String value)
Puts a key:value pair into the HTTP header map.
|
void put(String key, String value)
key - a key suitable for use in an HTTP header (i.e., case-insensitive, no special characters, etc)value - a value suitable for use in an HTTP header (i.e., URL-escaped)Tracer.inject(io.opentracing.SpanContext, Object)Copyright © 2016 OpenTracing. All rights reserved.