expressjs / body-parser

Node.js body parsing middleware
MIT License
5.44k stars 727 forks source link

zstd support? #560

Open Mygod opened 1 week ago

Mygod commented 1 week ago

Now that we have brotli, can we also support zstd please?

bjohansebas commented 1 week ago

This would be great, but unfortunately Node.js still doesn't support it, and it might take a long time before someone manages to implement it in the core (https://github.com/nodejs/node/issues/48412).