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