[whatwg/fetch] Option to fetch raw byte as is. (without decompressing) (Issue #1524)

There is a need for proxy servers to simply pass data forward from A -> B without decompressing the data as it would invalidate the `content-length` and `content-encoding` (Like a CORS proxy server for instance)

So we need an option to disable transformation. 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1524
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/1524@github.com>

Received on Tuesday, 1 November 2022 17:02:46 UTC