Sha256: f1fda90428ebcdaece957943575e88e0e9b3d0ce4e33ba691d78851729c6066d

Contents?: true

Size: 399 Bytes

Versions: 3

Compression:

Stored size: 399 Bytes

Contents

# typed: false

require_relative '../contrib/http/distributed/propagation'

module Datadog
  module Tracing
    module Propagation
      # Propagation::HTTP helps extracting and injecting HTTP headers.
      # DEV-2.0: This file has been moved to Contrib. Should be deleted in the next release.
      # @public_api
      HTTP = Tracing::Contrib::HTTP::Distributed::Propagation.new
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ddtrace-1.9.0 lib/datadog/tracing/propagation/http.rb
ddtrace-1.8.0 lib/datadog/tracing/propagation/http.rb
ddtrace-1.7.0 lib/datadog/tracing/propagation/http.rb