10000
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 e21c334 commit 70944d0Copy full SHA for 70944d0
http_client.rst
@@ -197,10 +197,7 @@ The HTTP client also has one configuration option called
197
198
.. code-block:: php-standalone
199
200
- $client = HttpClient::create([
201
- 'max_host_connections' => 10,
202
- // ...
203
- ]);
+ $client = HttpClient::create([], 10);
204
205
Scoping Client
206
~~~~~~~~~~~~~~
0 commit comments