We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6843c51 + d497012 commit 58399ccCopy full SHA for 58399cc
http_client.rst
@@ -1042,8 +1042,8 @@ HTTP Compression
1042
1043
The HTTP header ``Accept-Encoding: gzip`` is added automatically if:
1044
1045
-* When using cURL client: cURL was compiled with ZLib support (see ``php --ri curl``)
1046
-* When using the native HTTP client: `Zlib PHP extension`_ is installed
+* using cURL client: cURL was compiled with ZLib support (see ``php --ri curl``)
+* using the native HTTP client: `Zlib PHP extension`_ is installed
1047
1048
If the server does respond with a gzipped response, it's decoded transparently.
1049
To disable HTTP compression, send an ``Accept-Encoding: identity`` HTTP header.
0 commit comments