kotx / render

Cloudflare Worker to proxy and cache requests to R2
MIT License
384 stars 85 forks source link

Add Edge-Side-Includes #28

Open mschfh opened 1 year ago

mschfh commented 1 year ago

Please consider adding support for Edge-Side-Includes

kotx commented 1 year ago

Not sure what a common use case for this would be, what's yours? Render is more intended for basic file serving.

It might be a better idea to import render as a library and implement this yourself.