Class CurlAuthPlugin
Adds specified curl auth to all requests sent from a client. Defaults to CURLAUTH_BASIC if none supplied.
- Guzzle\Plugin\CurlAuth\CurlAuthPlugin implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Namespace: Guzzle\Plugin\CurlAuth
Deprecated: Use $client->getConfig()->setPath('request.options/auth', array('user', 'pass', 'Basic|Digest');
Located at src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php
Deprecated: Use $client->getConfig()->setPath('request.options/auth', array('user', 'pass', 'Basic|Digest');
Located at src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php
public
|
|
public static
|
|
public
|