{"version":3,"file":"create-mutable-response.cjs","sources":["../../../src/router/http/create-mutable-response.ts"],"sourcesContent":["/**\n * Creates a new Response object with the same body and headers as the original.\n *\n * Useful when the response object may be immutable.\n *\n * @param resp Response object to re-create.\n * @returns A new Response object with the same body and headers.\n */\nexport const createMutableResponse = (resp: Response): Response => new Response(resp.body, resp);\n"],"names":["createMutableResponse","resp"],"mappings":"gFAQO,MAAMA,EAAyBC,GAA6B,IAAI,SAASA,EAAK,KAAMA,CAAI"}