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
163 164 165 166 167 |
# File 'lib/datadog/core/remote/transport/http/config.rb', line 163 def send_config_payload(request) send_request(request) do |api, env| api.send_config(env) end end |