Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Choxy is a cloudflare workers cache proxy built on top of hono. It is usefull to cache external and optimized images, google fonts or all kinds of web requests.

Notifications You must be signed in to change notification settings

devtimnbr/choxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Choxy

Choxy is a cloudflare workers cache proxy built on top of hono. It is usefull to cache external and optimized images, google fonts or all kinds of web requests.

Proxy Endpoints

The proxy has endpoints to cache requests for different durations.

Route Duration
/fonts/* cache google fonts for 1 year
/{n}s/* cache for n seconds
/{n}m/* cache for n minutes
/{n}h/* cache for n hours
/{n}d/* cache for n days
/{n}M/* cache for n months
/{n}y/* cache for n years

About

Choxy is a cloudflare workers cache proxy built on top of hono. It is usefull to cache external and optimized images, google fonts or all kinds of web requests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published