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 9da4f0d commit fdba62fCopy full SHA for fdba62f
http_client.rst
@@ -138,9 +138,7 @@ You can configure the global options using the ``default_options`` option:
138
.. code-block:: php-standalone
139
140
$client = HttpClient::create([
141
- 'default_options' => [
142
- 'max_redirects' => 7,
143
- ],
+ 'max_redirects' => 7,
144
]);
145
146
Some options are described in this guide:
0 commit comments