Open
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.