method

key?

rails latest stable - Class: ActionDispatch::Http::Headers
key?(key)
public

No documentation available.

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