Module: Datadog::Core::Remote::Transport::HTTP::Config::API::Instance
- Defined in:
- lib/datadog/core/remote/transport/http/config.rb
Overview
Extensions for HTTP API Instance
Instance Method Summary collapse
Instance Method Details
#send_config(env) ⇒ Object
188 189 190 191 192 193 194 195 196 197 198 |
# File 'lib/datadog/core/remote/transport/http/config.rb', line 188 def send_config(env) unless spec.is_a?(Config::API::Spec) raise Core::Transport::HTTP::API::Instance::EndpointNotSupportedError.new( 'config', self ) end spec.send_config(env) do |request_env| call(request_env) end end |