1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-01-17 21:38:16 +01:00

Update overview.rst

This commit is contained in:
Márk Sági-Kazár 2019-10-14 11:12:37 +02:00 committed by GitHub
parent b07fcf95e7
commit 2b4f1cc9cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,13 +16,7 @@ Requirements
Guzzle no longer requires cURL in order to send HTTP requests. Guzzle will
use the PHP stream wrapper to send HTTP requests if cURL is not installed.
Alternatively, you can provide your own HTTP handler used to send requests.
.. note::
Although Guzzle does not require cURL in order to work properly, but without
cURL, concurrent requests are sent sequentially. In order to get truely
concurrent requests, install cURL extension for you PHP installation.
Keep in mind that cURL is still required for sending concurrent requests.
.. _installation: