expressjs / expressjs/body-parser
Define custom content encoding handlers
Open
enhancement
ideas
- Dominant language
- JavaScript
- Stars
- 5.5k
- Forks
- 767
- Avg merge
- 13h 53m
- Merged PRs (30d)
- 10
Description
Right now, `body-parser` provided out-of-the-box support for `gzip`, `deflate`, and `identitiy` content encodings. This is nice, but we can do even better by allowing users to define custom content encoding hooks that return a stream of the decoded content when provided a stream of encoded content.
Contributor guide
Assessment
This issue has not been assessed yet.