michael@0: function handleRequest(request, response) michael@0: { michael@0: response.setStatusLine(null, 302, "Moved"); michael@0: response.setHeader("Location", "http://www.mozilla.org", false); michael@0: } michael@0: