undici
undici copied to clipboard
Interceptors: add response decompress interceptor
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
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