method
set_header
rails latest stable - Class:
ActionDispatch::Response
set_header(key, v)public
No documentation available.
# File actionpack/lib/action_dispatch/http/response.rb, line 192
def set_header(key, v); @headers[key] = v; end