class Rails::Engine

def env_config

Defines additional Rack env configuration that is added on each call.
def env_config
  @env_config ||= {}
end