An open API service indexing awesome lists of open source software.

https://github.com/codingstark-dev/cf-cdn-dl

Cloudflare Worker proxy of any URL to download over the CDN
https://github.com/codingstark-dev/cf-cdn-dl

cloudflare cloudflare-workers

Last synced: 11 months ago
JSON representation

Cloudflare Worker proxy of any URL to download over the CDN

Awesome Lists containing this project

README

          

* Uses Cloudflare Worker to create a proxy of any URL to download over the CDN.
* This script leverages Cloudflare's Worker platform to act as a proxy server,
* allowing users to download content from any URL through the Cloudflare CDN.
* By routing the requests through the CDN, it can help improve download speeds
* and reduce the load on the origin server.
*
* @param {string} url - The URL of the content to be downloaded.
* @returns {Response} - The response from the Cloudflare Worker.