Skip to content

expose kwargs decompress for binary response#2680

Merged
iscai-msft merged 3 commits intomainfrom
add-kwargs-decompress
Jul 9, 2024
Merged

expose kwargs decompress for binary response#2680
iscai-msft merged 3 commits intomainfrom
add-kwargs-decompress

Conversation

@msyyc
Copy link
Copy Markdown
Member

@msyyc msyyc commented Jul 4, 2024

fixes #2618

@msyyc msyyc marked this pull request as ready for review July 4, 2024 07:44
@msyyc msyyc requested review from iscai-msft and tadelesh as code owners July 4, 2024 07:44
)
_request.url = self._client.format_url(_request.url)

_decompress = kwargs.pop("decompress", True)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we add decompress to documentation?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iscai-msft iscai-msft enabled auto-merge (squash) July 9, 2024 17:23
@iscai-msft iscai-msft merged commit c2d5b70 into main Jul 9, 2024
@iscai-msft iscai-msft deleted the add-kwargs-decompress branch July 9, 2024 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for configuring decompression on streaming download APIs

2 participants