Module: Datadog::Core::Remote::Transport::HTTP::Negotiation::Client
- Included in:
- Client
- Defined in:
- lib/datadog/core/remote/transport/http/negotiation.rb
Overview
Extensions for HTTP client
Instance Method Summary collapse
Instance Method Details
#send_info_payload(request) ⇒ Object
51 52 53 54 55 |
# File 'lib/datadog/core/remote/transport/http/negotiation.rb', line 51 def send_info_payload(request) send_request(request) do |api, env| api.send_info(env) end end |