method

key?

key?(key)
public

No documentation available.

# File actionpack/lib/action_dispatch/http/request.rb, line 44
    def key?(key)
      @env.key?(key)
    end