Class: Datadog::DataStreams::Transport::HTTP::Stats::Response

Inherits:
Object
  • Object
show all
Includes:
Core::Transport::HTTP::Response
Defined in:
lib/datadog/data_streams/transport/http/stats.rb

Overview

Response from HTTP transport for DSM stats

Instance Method Summary collapse

Methods included from Core::Transport::HTTP::Response

#client_error?, #code, #internal_error?, #not_found?, #ok?, #payload, #server_error?, #unsupported?

Constructor Details

#initialize(http_response) ⇒ Response

Returns a new instance of Response.



20
21
22
# File 'lib/datadog/data_streams/transport/http/stats.rb', line 20

def initialize(http_response)
  super
end