Class: Sbmt::Strangler::WorkModes::Proxy

Inherits:
Base
  • Object
show all
Defined in:
lib/sbmt/strangler/work_modes/proxy.rb

Instance Attribute Summary

Attributes inherited from Base

#feature_flags, #metric_tracker, #rails_controller, #strangler_action

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Sbmt::Strangler::WorkModes::Base

Instance Method Details

#callObject



9
10
11
12
# File 'lib/sbmt/strangler/work_modes/proxy.rb', line 9

def call
  origin_response = http_request(http_params)
  render_origin_response(origin_response)
end