Open metcoder95 opened 6 months ago
Decompression of compressed responses based on content-encoding header.
content-encoding
Implemented as interceptor
Ref: https://github.com/nodejs/undici/discussions/3253#discussion-6660897
cc: @ronag
Will you accept a PR for this? I would like to implement this
PR welcome
Ok made a first pass at this. Please take a look https://github.com/nodejs/undici/pull/3274
This would solve...
Decompression of compressed responses based on
content-encoding
header.The implementation should look like...
Implemented as interceptor
Additional context
Ref: https://github.com/nodejs/undici/discussions/3253#discussion-6660897