method
key?
rails latest stable - Class:
ActionDispatch::Request
key?(key)public
Returns true if the request has a header matching the given key parameter.
request.key? :ip_spoofing_check # => true
key?(key)Returns true if the request has a header matching the given key parameter.
request.key? :ip_spoofing_check # => true