Class: Datadog::Core::Remote::Transport::HTTP::Config::Client

Inherits:
Transport::HTTP::Client show all
Defined in:
lib/datadog/core/remote/transport/http/config.rb

Overview

Remote transport HTTP client

Instance Attribute Summary

Attributes inherited from Transport::HTTP::Client

#api, #logger

Instance Method Summary collapse

Methods inherited from Transport::HTTP::Client

#initialize

Constructor Details

This class inherits a constructor from Datadog::Core::Transport::HTTP::Client

Instance Method Details

#send_config_payload(request) ⇒ Object



183
184
185
186
187
# File 'lib/datadog/core/remote/transport/http/config.rb', line 183

def send_config_payload(request)
  send_request(request) do |api, env|
    api.send_config(env)
  end
end