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