Home
last modified time | relevance | path

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

12345678

/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php2 namespace GuzzleHttp\Ring;
4 use GuzzleHttp\Stream\StreamInterface;
5 use GuzzleHttp\Ring\Future\FutureArrayInterface;
6 use GuzzleHttp\Ring\Future\FutureArray;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Connection/
H A DGuzzleException.php8 use GuzzleHttp\Exception\GuzzleException as BaseGuzzleException;
9 use GuzzleHttp\Exception\TransferException;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DRequestException.php2 namespace GuzzleHttp\Exception;
4 use GuzzleHttp\Promise\PromiseInterface;
127 return \GuzzleHttp\Psr7\get_message_body_summary($response);
H A DServerException.php2 namespace GuzzleHttp\Exception;
H A DClientException.php2 namespace GuzzleHttp\Exception;
H A DTooManyRedirectsException.php2 namespace GuzzleHttp\Exception;
H A DInvalidArgumentException.php3 namespace GuzzleHttp\Exception;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md23 $client = new \GuzzleHttp\Client();
31 $request = new \GuzzleHttp\Psr7\Request('GET', 'http://httpbin.org');
80 | 4.x | EOL | `guzzlehttp/guzzle` | `GuzzleHttp` | [v4][guzzle-4-repo] | N/A …
81 | 5.x | EOL | `guzzlehttp/guzzle` | `GuzzleHttp` | [v5][guzzle-5-repo] | [v5][guzzle-5-d…
82 | 6.x | Latest | `guzzlehttp/guzzle` | `GuzzleHttp` | [v6][guzzle-6-repo] | [v6][guzzle-6-d…
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php2 namespace GuzzleHttp\Ring\Client;
4 use GuzzleHttp\Ring\Core;
5 use GuzzleHttp\Ring\Exception\ConnectException;
6 use GuzzleHttp\Ring\Exception\RingException;
7 use GuzzleHttp\Stream\LazyOpenStream;
8 use GuzzleHttp\Stream\StreamInterface;
417 . 'GuzzleHttp\Stream\StreamInterface or resource');
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAppendStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\AppendStream;
5 use GuzzleHttp\Stream\Exception\CannotAttachException;
6 use GuzzleHttp\Stream\Stream;
18 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
35 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
126 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
140 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
H A DLazyOpenStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\LazyOpenStream;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUtils.php2 namespace GuzzleHttp; namespace
4 use GuzzleHttp\Exception\InvalidArgumentException;
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DBufferStream.php2 namespace GuzzleHttp\Stream;
4 use GuzzleHttp\Stream\Exception\CannotAttachException;
14 * @package GuzzleHttp\Stream
H A DStreamDecoratorTrait.php2 namespace GuzzleHttp\Stream;
4 use GuzzleHttp\Stream\Exception\CannotAttachException;
H A DCachingStream.php2 namespace GuzzleHttp\Stream;
4 use GuzzleHttp\Stream\Exception\SeekException;
H A DPumpStream.php2 namespace GuzzleHttp\Stream;
4 use GuzzleHttp\Stream\Exception\CannotAttachException;
H A DLimitStream.php2 namespace GuzzleHttp\Stream;
4 use GuzzleHttp\Stream\Exception\SeekException;
H A DMetadataStreamInterface.php2 namespace GuzzleHttp\Stream;
/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/google/apiclient/src/AuthHandler/
H A DGuzzle5AuthHandler.php11 use GuzzleHttp\Client;
12 use GuzzleHttp\ClientInterface;
H A DGuzzle6AuthHandler.php11 use GuzzleHttp\Client;
12 use GuzzleHttp\ClientInterface;
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php23 use GuzzleHttp\Psr7;
24 use GuzzleHttp\Psr7\Request;
25 use GuzzleHttp\Psr7\Response;
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DCancellationException.php3 namespace GuzzleHttp\Promise;
H A DPromisorInterface.php3 namespace GuzzleHttp\Promise;
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Exception/
H A DCancelledException.php2 namespace GuzzleHttp\Ring\Exception;

12345678