req icon indicating copy to clipboard operation
req copied to clipboard

`decompress_body`: Support transfer-encoding header

Open wojtekmach opened this issue 3 years ago • 1 comments

wojtekmach avatar Jul 01 '21 13:07 wojtekmach

See https://github.com/elixir-mint/mint/blob/main/pages/Decompression.md

wojtekmach avatar May 02 '22 22:05 wojtekmach

I'd like to help with this one, once I get myself familiar with the text linked.

andreyuhai avatar Jul 11 '23 00:07 andreyuhai

Hello I'd like to help with this one unless @andreyuhai is still on it and thank you for the referenced doc.

Just to test the waters, would the changes be something like

  1. Extract & combine the provided compression algorithms from transfer-encoding and content-encoding
  2. Apply the algorithms in the given order (I found an example of compressing precedence rule here, so I reckon decompressing would be the reverse).

thangpham7793 avatar Oct 30 '23 15:10 thangpham7793

Sorry, I said I would but then didn't really have a chance to go beyond reading it. Feel free to take it over @thangpham7793.

andreyuhai avatar Oct 30 '23 19:10 andreyuhai

Let's stick to content-encoding: ... for now.

wojtekmach avatar Mar 04 '24 15:03 wojtekmach