Set the response file's location string attribute to the desired path,
location
optionally set the response file's statusCode to 3xx (optional).
response.attrStr('location', '/'); response.statusCode(301);