`Response.redirect` is missing Need something like this: ```js static redirect (location, status = 302) { return new Response('', { headers: { location }, status }) } ``` https://fetch.spec.whatwg.org/#dom-response-redirect