You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2026. It is now read-only.
I'd like to be able to serve static assets for an SPA using EasyRpc. I'm not happy with the middleware for static files work as it lacks a lot features needed for SPA. Here are the requirements
support in memory cache
support on the fly compression (when cached)
support compile time compression without having to request a file with the extension .gz or .br
support authorization
support filters
support fallback (return specific file even if it doesn't match)
support cache control header out of the box (it will set it by default)
I'd like to be able to serve static assets for an SPA using EasyRpc. I'm not happy with the middleware for static files work as it lacks a lot features needed for SPA. Here are the requirements