method

key?

key?(key)
public

No documentation available.

# File actionpack/lib/action_dispatch/http/headers.rb, line 49
      def key?(key)
        @env.key? env_name(key)
      end