opentracing-c
OpenTracing C API
|
HTTP headers reader. More...
#include <opentracing-c/propagation.h>
Data Fields | |
opentracing_text_map_reader | base |
Base class member. More... | |
![]() | |
opentracing_destructible | base |
Base class member. More... | |
opentracing_propagation_error_code(* | foreach_key )(struct opentracing_text_map_reader *reader, opentracing_propagation_error_code(*handler)(void *arg, const char *key, const char *value), void *arg) OPENTRACINGC_NONNULL(1 |
Returns text map contents via repeated calls to the handler function. More... | |
![]() | |
void(* | destroy )(struct opentracing_destructible *destructible) OPENTRACINGC_NONNULL_ALL |
Destructor to clean up any resources allocated to the instance. More... | |
HTTP headers reader.
opentracing_text_map_reader opentracing_http_headers_reader::base |
Base class member.