Skip to content

Releases: leikir/http_forwarder

v1.0

16 Jul 14:04
01ba6a4
Compare
Choose a tag to compare

Enables you to forward from inside a controller action to another app or domain.
Provides forward_and_render / forward / render_response methods to achieve this.
See examples of usage inside the spec or the readme.

  • configurable routes, with specified action, using ActiveSupport::Configurable
  • enable request modification before and after the forward action with blocks of code