instance method
get_header
Ruby on Rails 6.1.7.10
Since v5.2.8.1Signature
get_header(key)
No documentation comment.
Parameters
-
keyreq
Source
# File actionpack/lib/action_dispatch/http/response.rb, line 192
def get_header(key); headers[key]; end
Defined in actionpack/lib/action_dispatch/http/response.rb line 192
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Response