compression
compression copied to clipboard
Add support for zstd
Adds support for zstd, but keeps brotli as preferred.
Resolves #217
I think we decided to wait for zstd to become stable in Node.js before using it:
- https://github.com/expressjs/body-parser/pull/586
- https://github.com/expressjs/body-parser/issues/560
I think we decided to wait for zstd to become stable in Node.js before using it:
Thank you, that's perfectly fine :) I did the work for a little experiment of mine and thought I'd open the PR in case it's useful when the time is right.