Skip to content

Commit 3d89933

Browse files
committed
Minor tweaks
1 parent 40470aa commit 3d89933

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

http_client.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -756,16 +756,16 @@ is installed and enabled. Otherwise, the native PHP streams will be used.
756756
HTTP Compression
757757
~~~~~~~~~~~~~~~~
758758

759-
A HTTP header ``Accept-Encoding: gzip`` is added automatically if ...
759+
The HTTP header ``Accept-Encoding: gzip`` is added automatically if:
760760

761-
* cURL Client: ... cURL was compiled with ZLib support (see ``php --ri curl``)
762-
* Native Http Client: ... `Zlib PHP extension`_ is installed
761+
* When using cURL client: cURL was compiled with ZLib support (see ``php --ri curl``)
762+
* When using the native HTTP client: `Zlib PHP extension`_ is installed
763763

764764
If the server does respond with a gzipped response, it's decoded transparently.
765-
766765
To disable HTTP compression, send an ``Accept-Encoding: identity`` HTTP header.
767766

768-
Chunked transfer encoding is enabled automatically if both your PHP runtime and the remote server supports it.
767+
Chunked transfer encoding is enabled automatically if both your PHP runtime and
768+
the remote server supports it.
769769

770770
HTTP/2 Support
771771
~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)