Hi there -- thanks for these examples. One improvement I suggest is to show how to forward the headers from the original request: ``` return new Response(stream, { headers: response.headers }); ```