actix-web
actix-web copied to clipboard
static compression feature for actix-files
Expected Behavior
actix-files should be able to serve pre-compressed file according to accept encoding setting(Either on disk or embedded in binary)
Current Behavior
All files serve must go through runtime compression or custom solution in user code.
Possible Solution
New feature for serving embedded file and/or pre-compressed file.