Class: Datadog::Core::Remote::Transport::HTTP::Negotiation::Client
- Inherits:
-
Transport::HTTP::Client
- Object
- Transport::HTTP::Client
- Datadog::Core::Remote::Transport::HTTP::Negotiation::Client
- Defined in:
- lib/datadog/core/remote/transport/http/negotiation.rb
Overview
Remote negotiation 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_info_payload(request) ⇒ Object
48 49 50 51 52 |
# File 'lib/datadog/core/remote/transport/http/negotiation.rb', line 48 def send_info_payload(request) send_request(request) do |api, env| api.send_info(env) end end |