Skip to content

codingstark-dev/cf-cdn-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • 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.

About

Cloudflare Worker proxy of any URL to download over the CDN

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors