# File lib_wpm/wpm.rb, line 589
    def set_location(uri, code=302)
      set_status(code)
      set_header('Location', uri)
      nil
    end