Now that Zstd is slowly getting support in the browsers I'm wondering if I could keep my Zstd compression and forwarding the files as is with ZFS.
Currently as far as I know ZFS implicitly decompresses the Zstd compressed files before my web server can handle them and the web server needs to again compress them before sending them to users.
Is there a way to pass these files directly to the web server without the back and forth compression?
I'm most likely going to use nginx or caddy to serve these files but I'm interested if there's a way to access the compressed versions of the files in any software running on linux eg python or nodejs or ruby or php.