module Rack::AddressMunging::Strategy

This module group all available munging strategies.

When the Rack::AddressMunging middleware is instanciated, the required strategy is loaded as a child constant of this module. If you want to write your own munging strategy, you must create it as a subclass of Rack::AddressMunging::Strategy for it to be usable.