Home
last modified time | relevance | path

Searched refs:GuzzleHttp (Results 151 – 175 of 185) sorted by last modified time

12345678

/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DResource.php24 use GuzzleHttp\Psr7\Request;
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md82 use GuzzleHttp\Client;
83 use GuzzleHttp\HandlerStack;
135 use GuzzleHttp\Client;
136 use GuzzleHttp\HandlerStack;
182 use GuzzleHttp\Client;
183 use GuzzleHttp\HandlerStack;
229 use GuzzleHttp\Client;
230 use GuzzleHttp\HandlerStack;
/plugin/authgooglesheets/vendor/google/auth/src/
H A DApplicationDefaultCredentials.php29 use GuzzleHttp\Client;
H A DOAuth2.php24 use GuzzleHttp\Psr7\Query;
25 use GuzzleHttp\Psr7\Request;
26 use GuzzleHttp\Psr7\Utils;
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DHttpHandlerFactory.php19 use GuzzleHttp\Client;
20 use GuzzleHttp\ClientInterface;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md121 * Feature: added `GuzzleHttp\json_encode` and `GuzzleHttp\json_decode`.
288 * Removed `GuzzleHttp\Collection`.
296 `GuzzleHttp\Psr7\parse_query`.
400 responses, `GuzzleHttp\Collection`, `GuzzleHttp\Url`,
401 `GuzzleHttp\Query`, `GuzzleHttp\Post\PostBody`, and
408 implemented in `GuzzleHttp\Utils` using camelCase. `GuzzleHttp\json_decode`
409 moved to `GuzzleHttp\Utils::jsonDecode`. `GuzzleHttp\get_path` moved to
410 `GuzzleHttp\Utils::getPath`. `GuzzleHttp\set_path` moved to
411 `GuzzleHttp\Utils::setPath`. `GuzzleHttp\batch` should now be
421 * Moved `GuzzleHttp\Adapter\Transaction` to `GuzzleHttp\Transaction`. The
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php2 namespace GuzzleHttp; namespace
4 use GuzzleHttp\Cookie\CookieJar;
5 use GuzzleHttp\Exception\GuzzleException;
6 use GuzzleHttp\Promise;
7 use GuzzleHttp\Psr7;
397 $options['body'] = \GuzzleHttp\json_encode($options['json']);
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 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 DUriTemplate.php2 namespace GuzzleHttp; namespace
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DGuzzleException.php2 namespace GuzzleHttp\Exception;
H A DTransferException.php2 namespace GuzzleHttp\Exception;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php2 namespace GuzzleHttp\Handler;
4 use GuzzleHttp\Exception\ConnectException;
5 use GuzzleHttp\Exception\RequestException;
6 use GuzzleHttp\Promise\FulfilledPromise;
7 use GuzzleHttp\Psr7;
8 use GuzzleHttp\Psr7\LazyOpenStream;
9 use GuzzleHttp\TransferStats;
171 return \GuzzleHttp\Promise\rejection_for(
203 return \GuzzleHttp\Promise\rejection_for($error);
382 $sink = \GuzzleHttp\Psr7\stream_for($sink);
[all …]
H A DEasyHandle.php2 namespace GuzzleHttp\Handler;
4 use GuzzleHttp\Psr7\Response;
53 $headers = \GuzzleHttp\headers_from_lines($this->headers);
54 $normalizedKeys = \GuzzleHttp\normalize_header_keys($headers);
H A DProxy.php2 namespace GuzzleHttp\Handler;
4 use GuzzleHttp\RequestOptions;
/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 DCoroutine.php3 namespace GuzzleHttp\Promise;
H A DCreate.php3 namespace GuzzleHttp\Promise;
H A DFulfilledPromise.php3 namespace GuzzleHttp\Promise;
H A DPromise.php3 namespace GuzzleHttp\Promise;
H A DRejectionException.php3 namespace GuzzleHttp\Promise;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DDroppingStream.php3 namespace GuzzleHttp\Psr7;
H A DInflateStream.php3 namespace GuzzleHttp\Psr7;
H A DLimitStream.php3 namespace GuzzleHttp\Psr7;

12345678