method

new

new(env = {})
public

No documentation available.

# File actionpack/lib/action_dispatch/http/headers.rb, line 17
      def initialize(env = {})
        @env = env
      end