1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-24 01:53:58 +01:00

Merge pull request #2115 from shadowhand/patch-1

Correct reference to undefined default handler
This commit is contained in:
Márk Sági-Kazár 2018-07-31 15:28:13 +02:00 committed by GitHub
commit 572593ad62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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