Azure / Azure/azure-sdk-for-python
[Core] Feature Request: Support `decompression` keyword on `RestAioHttpTransportResponse`'s `load_body()` function
Open
Azure.Core
Client
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 3.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 193
Description
Currently, there is no way to turn decompression on and off when using `load_body()` on a `RestAioHttpTransportResponse` object.
This can be problematic as if compressed data is uploaded, there is no way to request back the data in the uncompressed format (as auto-decompression is on by default)
Contributor guide
Assessment
This issue has not been assessed yet.