method
has_header?
rails latest stable - Class:
ActionDispatch::Response
has_header?(key)public
No documentation available.
# File actionpack/lib/action_dispatch/http/response.rb, line 190
def has_header?(key); @headers.key? key; end