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