Add support for deflate and gzip encoding in body-parsers.
Details
Currently gzip and deflate are not supported in Opine and throw a 415 error. This issue is to add support to Opine for these two standard options which is now possible due to modules being made available in the Deno userland.
Relevant file: ./src/middleware/bodyParser/read.ts Line 117.
Issue
Setup:
Add support for deflate and gzip encoding in body-parsers.
Details
Currently gzip and deflate are not supported in Opine and throw a
415
error. This issue is to add support to Opine for these two standard options which is now possible due to modules being made available in the Deno userland.Relevant file:
./src/middleware/bodyParser/read.ts
Line 117.Modules to explore: