Sha256: caa1836a1eae9d72f9a035cb9bfc01a7354225e78a89ecfa21fb529eb9dab8c9
Contents?: true
Size: 418 Bytes
Versions: 3
Compression:
Stored size: 418 Bytes
Contents
# typed: strict require 'ddtrace/transport/io/response' require 'datadog/profiling/transport/response' module Datadog module Profiling module Transport # IO transport behavior for profiling module IO # Response from IO transport for profiling class Response < Datadog::Transport::IO::Response include Profiling::Transport::Response end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems