Skip to content
This repository was archived by the owner on Sep 10, 2026. It is now read-only.
This repository was archived by the owner on Sep 10, 2026. It is now read-only.

Asset support #115

Description

@ipjohnson

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions