compression icon indicating copy to clipboard operation
compression copied to clipboard

Add support for zstd

Open polys opened this issue 4 months ago • 2 comments

Adds support for zstd, but keeps brotli as preferred.

Resolves #217

polys avatar Aug 12 '25 12:08 polys

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

Phillip9587 avatar Aug 12 '25 13:08 Phillip9587

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.

polys avatar Aug 12 '25 14:08 polys