microsoft / kiota-dotnet

Abstractions library for the Kiota generated SDKs in dotnet
https://aka.ms/kiota/docs
MIT License
32 stars 29 forks source link

compress handler name should be decompression handler #302

Closed baywet closed 1 month ago

baywet commented 1 month ago

related https://github.com/microsoft/kiota/issues/598 It should be named DecompressionHandler since what it does is to decompress responses. Also, since the client supports automatic decompression, there's not much value in having it in the first place