Sets or gets the url to redirect to when responding with status codes 301 and 302.
export function myRouter_Router(request) { let redirectUrl = response.redirectUrl; // "http://someothersite.com" }