Sha256: b89a4c9ee006c47e5bed0cdaba09873ab4c368a7d72900df2b77f1e3bf0b2ea9
Contents?: true
Size: 529 Bytes
Versions: 5
Compression:
Stored size: 529 Bytes
Contents
require 'ddtrace/transport/http/response' require 'ddtrace/profiling/transport/response' module Datadog module Profiling module Transport # HTTP transport behavior for profiling module HTTP # Response from HTTP transport for profiling class Response include Datadog::Transport::HTTP::Response include Profiling::Transport::Response def initialize(http_response, options = {}) super(http_response) end end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems