requests icon indicating copy to clipboard operation
requests copied to clipboard

Document that streaming responses don't auto-decompress

Open Krishna2004V opened this issue 1 month ago • 0 comments

Fixes #2155

Summary

  • Documents that streaming responses (stream=True with Response.raw) don't automatically decompress gzipped content, and provides the workaround.

Changes

  • Added note to docs/user/advanced.rst in "Body Content Workflow" section
  • Updated FAQ "Encoded Data?" section in docs/community/faq.rst
  • Included examples with JSON and XML parsing

Krishna2004V avatar Nov 25 '25 10:11 Krishna2004V