Skip to content

Commit

Permalink
Correct reference to undefined default handler
Browse files Browse the repository at this point in the history
The default handler is created with `HandlerStack::create()`.
  • Loading branch information
shadowhand committed Jul 30, 2018
1 parent 9133fe0 commit 634baab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/request-options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ pairs:
This option only has an effect if your handler has the
``GuzzleHttp\Middleware::redirect`` 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``.


auth
Expand Down

0 comments on commit 634baab

Please sign in to comment.