actix-web icon indicating copy to clipboard operation
actix-web copied to clipboard

static compression feature for actix-files

Open fakeshadow opened this issue 4 years ago • 0 comments

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.

fakeshadow avatar Oct 19 '21 20:10 fakeshadow