Class: Sbmt::Strangler::WorkModes::Proxy
- 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
Constructor Details
This class inherits a constructor from Sbmt::Strangler::WorkModes::Base
Instance Method Details
#call ⇒ Object
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 |