Skip to content

Commit f78344d

Browse files
committed
Tweaks
1 parent cd95cd8 commit f78344d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

http_client.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -854,10 +854,10 @@ To leverage all these design benefits, the cURL extension is needed.
854854
Enabling cURL Support
855855
~~~~~~~~~~~~~~~~~~~~~
856856

857-
This component supports the native PHP streams, ``amphp/http-client`` and cURL to
858-
make the HTTP requests. Although they are interchangeable and provide the
859-
same features, including concurrent requests, HTTP/2 is only supported when
860-
using cURL or ``amphp/http-client``.
857+
This component can make HTTP requests using native PHP streams and the
858+
``amphp/http-client`` and cURL libraries. Although they are interchangeable and
859+
provide the same features, including concurrent requests, HTTP/2 is only supported
860+
when using cURL or ``amphp/http-client``.
861861

862862
.. note::
863863

0 commit comments

Comments
 (0)