instance method
key?
Ruby on Rails 7.1.6
Since v4.0.13Signature
key?(key)
No documentation comment.
Parameters
-
keyreq
Source
# File actionpack/lib/action_dispatch/http/headers.rb, line 75
def key?(key)
@req.has_header? env_name(key)
end
Defined in actionpack/lib/action_dispatch/http/headers.rb line 75
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Http::Headers