method
get_header
v7.1.3.2 -
Show latest stable
- Class:
ActionDispatch::Response
get_header(key)public
No documentation available.
# File actionpack/lib/action_dispatch/http/response.rb, line 191
def get_header(key); @headers[key]; end