method
set_header
v8.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 194
def set_header(key, v); @headers[key] = v; end