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.
1 parent 80efc88 commit afcdba2Copy full SHA for afcdba2
http_client.rst
@@ -929,8 +929,8 @@ HTTP Compression
929
930
The HTTP header ``Accept-Encoding: gzip`` is added automatically if:
931
932
-* When using cURL client: cURL was compiled with ZLib support (see ``php --ri curl``)
933
-* 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
934
935
If the server does respond with a gzipped response, it's decoded transparently.
936
To disable HTTP compression, send an ``Accept-Encoding: identity`` HTTP header.
0 commit comments