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