Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v4.2.9) is shown here.
headers=(new_headers)
public
TODO : Rewrite tests using controller.headers= to use Rack env
# File actionpack/lib/action_controller/metal/testing.rb, line 8
def headers=(new_headers)
@_response ||= ActionDispatch::Response.new
@_response.headers.replace(new_headers)
end