# File lib/action_dispatch/http/response.rb, line 121
    def location=(url)
      headers['Location'] = url
    end