Module: Datadog::Core::Remote::Transport::HTTP::Config::Client
- Included in:
- Datadog::Core::Remote::Transport::HTTP::Client
- Defined in:
- lib/datadog/core/remote/transport/http/config.rb
Overview
Extensions for HTTP client
Instance Method Summary collapse
Instance Method Details
#send_config_payload(request) ⇒ Object
179 180 181 182 183 |
# File 'lib/datadog/core/remote/transport/http/config.rb', line 179 def send_config_payload(request) send_request(request) do |api, env| api.send_config(env) end end |