Sha256: b2091864246f9429d363500ab0090ae705b2fee1914e5f6ea76a9a0a9aa5d674
Contents?: true
Size: 543 Bytes
Versions: 5
Compression:
Stored size: 543 Bytes
Contents
# typed: true 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