michael@0: function handleRequest(request, response) michael@0: { michael@0: response.setHeader("Content-Type", "text/plain", false); michael@0: response.write(decodeURIComponent(request.queryString)); michael@0: }