Home
last modified time | relevance | path

Searched refs:GuzzleHttp (Results 51 – 75 of 185) sorted by path

12345678

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DMockHandler.php2 namespace GuzzleHttp\Handler;
4 use GuzzleHttp\Exception\RequestException;
5 use GuzzleHttp\HandlerStack;
6 use GuzzleHttp\Promise\PromiseInterface;
7 use GuzzleHttp\Promise\RejectedPromise;
8 use GuzzleHttp\TransferStats;
94 ? \GuzzleHttp\Promise\rejection_for($response)
95 : \GuzzleHttp\Promise\promise_for($response);
123 return \GuzzleHttp\Promise\rejection_for($reason);
143 . 'exception. Found ' . \GuzzleHttp\describe_type($value));
H A DProxy.php2 namespace GuzzleHttp\Handler;
4 use GuzzleHttp\RequestOptions;
H A DStreamHandler.php2 namespace GuzzleHttp\Handler;
4 use GuzzleHttp\Exception\ConnectException;
5 use GuzzleHttp\Exception\RequestException;
6 use GuzzleHttp\Promise\FulfilledPromise;
7 use GuzzleHttp\Promise\PromiseInterface;
8 use GuzzleHttp\Psr7;
9 use GuzzleHttp\TransferStats;
10 use GuzzleHttp\Utils;
71 return \GuzzleHttp\Promise\rejection_for($e);
106 $headers = \GuzzleHttp\headers_from_lines($hdrs);
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php2 namespace GuzzleHttp; namespace
4 use GuzzleHttp\Promise\PromiseInterface;
H A DMessageFormatter.php2 namespace GuzzleHttp; namespace
H A DMiddleware.php2 namespace GuzzleHttp; namespace
4 use GuzzleHttp\Cookie\CookieJarInterface;
5 use GuzzleHttp\Exception\RequestException;
6 use GuzzleHttp\Promise\RejectedPromise;
7 use GuzzleHttp\Psr7;
105 return \GuzzleHttp\Promise\rejection_for($reason);
201 return \GuzzleHttp\Promise\rejection_for($reason);
H A DPool.php2 namespace GuzzleHttp; namespace
4 use GuzzleHttp\Promise\EachPromise;
5 use GuzzleHttp\Promise\PromiseInterface;
6 use GuzzleHttp\Promise\PromisorInterface;
54 $iterable = \GuzzleHttp\Promise\iter_for($requests);
H A DPrepareBodyMiddleware.php2 namespace GuzzleHttp; namespace
4 use GuzzleHttp\Promise\PromiseInterface;
5 use GuzzleHttp\Psr7;
H A DRedirectMiddleware.php2 namespace GuzzleHttp; namespace
4 use GuzzleHttp\Exception\BadResponseException;
5 use GuzzleHttp\Exception\TooManyRedirectsException;
6 use GuzzleHttp\Promise\PromiseInterface;
7 use GuzzleHttp\Psr7;
H A DRequestOptions.php2 namespace GuzzleHttp; namespace
H A DRetryMiddleware.php2 namespace GuzzleHttp; namespace
4 use GuzzleHttp\Promise\PromiseInterface;
5 use GuzzleHttp\Promise\RejectedPromise;
6 use GuzzleHttp\Psr7;
113 return \GuzzleHttp\Promise\rejection_for($reason);
H A DTransferStats.php2 namespace GuzzleHttp; namespace
H A DUriTemplate.php2 namespace GuzzleHttp; namespace
H A DUtils.php2 namespace GuzzleHttp; namespace
4 use GuzzleHttp\Exception\InvalidArgumentException;
H A Dfunctions.php2 namespace GuzzleHttp; namespace
4 use GuzzleHttp\Handler\CurlHandler;
5 use GuzzleHttp\Handler\CurlMultiHandler;
6 use GuzzleHttp\Handler\Proxy;
7 use GuzzleHttp\Handler\StreamHandler;
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md29 `GuzzleHttp\Promise\Coroutine::of()`.
47 use GuzzleHttp\Promise\Promise;
76 use GuzzleHttp\Promise\Promise;
106 use GuzzleHttp\Promise\Promise;
132 use GuzzleHttp\Promise\Promise;
149 use GuzzleHttp\Promise\Promise;
166 use GuzzleHttp\Promise\Promise;
167 use GuzzleHttp\Promise\RejectedPromise;
184 use GuzzleHttp\Promise\Promise;
298 use GuzzleHttp\Promise\Promise;
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DAggregateException.php3 namespace GuzzleHttp\Promise;
H A DCancellationException.php3 namespace GuzzleHttp\Promise;
H A DCoroutine.php3 namespace GuzzleHttp\Promise;
H A DCreate.php3 namespace GuzzleHttp\Promise;
H A DEach.php3 namespace GuzzleHttp\Promise;
H A DEachPromise.php3 namespace GuzzleHttp\Promise;
H A DFulfilledPromise.php3 namespace GuzzleHttp\Promise;
H A DIs.php3 namespace GuzzleHttp\Promise;
H A DPromise.php3 namespace GuzzleHttp\Promise;

12345678