Module: Datadog::DI::Transport::HTTP::Input::Client Private

Included in:
Client
Defined in:
lib/datadog/di/transport/http/input.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#send_input_payload(request) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



13
14
15
16
17
# File 'lib/datadog/di/transport/http/input.rb', line 13

def send_input_payload(request)
  send_request(request) do |api, env|
    api.send_input(env)
  end
end