Class: Datadog::DI::Transport::HTTP::Input::Client Private
- Inherits:
-
Core::Transport::HTTP::Client
- Object
- Core::Transport::HTTP::Client
- Datadog::DI::Transport::HTTP::Input::Client
- Defined in:
- lib/datadog/di/transport/http/input.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary
Attributes inherited from Core::Transport::HTTP::Client
Instance Method Summary collapse
Methods inherited from Core::Transport::HTTP::Client
Constructor Details
This class inherits a constructor from Datadog::Core::Transport::HTTP::Client
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 |