microsoft / dotnet

This repo is the official home of .NET on GitHub. It's a great starting point to find many .NET OSS projects from Microsoft and the community, including many that are part of the .NET Foundation.
https://devblogs.microsoft.com/dotnet/
MIT License
14.31k stars 2.21k forks source link

decompress brotli string #1360

Open OurIslam opened 1 year ago

OurIslam commented 1 year ago

dotnet httpclient doesnt exist this option , ??

ricardotondello commented 1 year ago

interesting topic, I've implemented the Brotli decompression/compression in ours internals HTTP client APIs (company level), I would be very glad in contributing on this matter.

svick commented 1 year ago

Modern .Net supports Brotli since .Net Core 2.1.

On the other hand, .Net Framework is not adding any new APIs.

If you want to use Brotli and are currently using .Net Framework, you should upgrade to .Net 6/7, if you can.

OurIslam commented 1 year ago

.net clienthandler have this option all people knew , posted the thread to have this option on framework