Module NewRelic::Agent::Instrumentation::MiddlewareTracing
In: lib/new_relic/agent/instrumentation/middleware_tracing.rb

Methods

Constants

TXN_STARTED_KEY = 'newrelic.transaction_started'.freeze unless defined?(TXN_STARTED_KEY)
CONTENT_TYPE = 'Content-Type'.freeze unless defined?(CONTENT_TYPE)   the trailing unless is for the benefit for Ruby 1.8.7 and can be removed when it is deprecated.
CONTENT_LENGTH = 'Content-Length'.freeze unless defined?(CONTENT_LENGTH)   the trailing unless is for the benefit for Ruby 1.8.7 and can be removed when it is deprecated.

Public Instance methods

[Validate]