method
key?
v5.0.0.1 -
Show latest stable
- Class:
ActionDispatch::Request
key?(key)public
No documentation available.
# File actionpack/lib/action_dispatch/http/request.rb, line 99
def key?(key)
has_header? key
end key?(key)No documentation available.
# File actionpack/lib/action_dispatch/http/request.rb, line 99
def key?(key)
has_header? key
end