You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a scenario where I want to download a compressed file.
The webserver already properly indicates the Content-Encoding as lzma.
Now similar to reqwest it would be great to be able to automatically enflate lzma when encountered in headers.
The text was updated successfully, but these errors were encountered:
I have a scenario where I want to download a compressed file.
The webserver already properly indicates the
Content-Encoding
aslzma
.Now similar to reqwest it would be great to be able to automatically enflate lzma when encountered in headers.
The text was updated successfully, but these errors were encountered: