# worker-template-fetch **Repository Path**: mirrors_cloudflare/worker-template-fetch ## Basic Information - **Project Name**: worker-template-fetch - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## fetch Examples of making fetch requests from within your Worker script including generating JSON post requests then reading in the resulting response body, aggregating multiple requests into one response, and following/catching redirects. [`index.js`](https://github.com/cloudflare/worker-template-fetch/blob/master/index.js) is the content of the Workers script. #### Wrangler To generate using [wrangler](https://github.com/cloudflare/wrangler) ``` wrangler generate myApp https://github.com/cloudflare/worker-template-fetch ``` #### Serverless To deploy using serverless add a [`serverless.yml`](https://serverless.com/framework/docs/providers/cloudflare/) file.