Class: Datadog::Core::Remote::Transport::HTTP::Config::Client
- Inherits:
-
Transport::HTTP::Client
- Object
- Transport::HTTP::Client
- Datadog::Core::Remote::Transport::HTTP::Config::Client
- Defined in:
- lib/datadog/core/remote/transport/http/config.rb
Overview
Remote transport HTTP client
Instance Attribute Summary
Attributes inherited from Transport::HTTP::Client
Instance Method Summary collapse
Methods inherited from Transport::HTTP::Client
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 |