Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion http_client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,11 @@ If the server does respond with a gzipped response, it's decoded transparently.
To disable HTTP compression, send an ``Accept-Encoding: identity`` HTTP header.

Chunked transfer encoding is enabled automatically if both your PHP runtime and
the remote server supports it.
the remote server support it.

.. caution::

If you set `Accept-Encoding` to e.g. `gzip`, you will need to handle the decompression yourself.

HTTP/2 Support
~~~~~~~~~~~~~~
Expand Down