Skip to content

Commit

Permalink
Update docs from default_handler to HandlerStack::create (#3000)
Browse files Browse the repository at this point in the history
Co-authored-by: RoBorg <roborg@gmail.com>
  • Loading branch information
stickeegreg and RoBorg committed May 16, 2022
1 parent 82ca75f commit b720a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/request-options.rst
Expand Up @@ -268,7 +268,7 @@ You must specify the cookies option as a
This option only has an effect if your handler has the
``GuzzleHttp\Middleware::cookies`` middleware. This middleware is added
by default when a client is created with no handler, and is added by
default when creating a handler with ``GuzzleHttp\default_handler``.
default when creating a handler with ``GuzzleHttp\HandlerStack::create``.

.. tip::

Expand Down Expand Up @@ -554,7 +554,7 @@ http_errors
This option only has an effect if your handler has the
``GuzzleHttp\Middleware::httpErrors`` middleware. This middleware is added
by default when a client is created with no handler, and is added by
default when creating a handler with ``GuzzleHttp\default_handler``.
default when creating a handler with ``GuzzleHttp\HandlerStack::create``.


idn_conversion
Expand Down

0 comments on commit b720a2d

Please sign in to comment.