instance method
key?
Ruby on Rails 5.0.7.2
Since v3.0.20Signature
key?(key)
No documentation comment.
Parameters
-
keyreq
Source
# File actionpack/lib/action_dispatch/http/request.rb, line 87
def key?(key)
has_header? key
end
Defined in actionpack/lib/action_dispatch/http/request.rb line 87
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Request