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