kotx / render

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

Set `Allow` header for 405 requests #35

Closed flakey5 closed 1 year ago

flakey5 commented 1 year ago

Allow header is required when returning a 405, https://developer.mozilla.org/en-US/docs/web/http/status/405

kotx commented 1 year ago

Looks good, thanks!