Sha256: 888205977932a9afe22ef976ea1234c595098749343e807744046d31b751d240

Contents?: true

Size: 414 Bytes

Versions: 22

Compression:

Stored size: 414 Bytes

Contents

# frozen_string_literal: true

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

22 entries across 22 versions & 1 rubygems

Version Path
ddtrace-1.11.0 lib/datadog/tracing/propagation/http.rb
ddtrace-1.11.0.beta1 lib/datadog/tracing/propagation/http.rb