Home
last modified time | relevance | path

Searched refs:GuzzleHttp (Results 26 – 50 of 185) sorted by last modified time

12345678

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DLazyOpenStream.php2 namespace GuzzleHttp\Stream;
H A DMetadataStreamInterface.php2 namespace GuzzleHttp\Stream;
H A DNoSeekStream.php2 namespace GuzzleHttp\Stream;
H A DNullStream.php2 namespace GuzzleHttp\Stream;
4 use GuzzleHttp\Stream\Exception\CannotAttachException;
H A DPumpStream.php2 namespace GuzzleHttp\Stream;
4 use GuzzleHttp\Stream\Exception\CannotAttachException;
H A DStream.php2 namespace GuzzleHttp\Stream;
H A DStreamDecoratorTrait.php2 namespace GuzzleHttp\Stream;
4 use GuzzleHttp\Stream\Exception\CannotAttachException;
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md21 use GuzzleHttp\Ring\Client\CurlHandler;
/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');
H A DCurlHandler.php2 namespace GuzzleHttp\Ring\Client;
4 use GuzzleHttp\Ring\Future\CompletedFutureArray;
5 use GuzzleHttp\Ring\Core;
H A DCurlMultiHandler.php2 namespace GuzzleHttp\Ring\Client;
4 use GuzzleHttp\Ring\Future\FutureArray;
H A DMiddleware.php2 namespace GuzzleHttp\Ring\Client;
H A DStreamHandler.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\Ring\Future\CompletedFutureArray;
8 use GuzzleHttp\Stream\InflateStream;
9 use GuzzleHttp\Stream\StreamInterface;
10 use GuzzleHttp\Stream\Stream;
11 use GuzzleHttp\Stream\Utils;
H A DMockHandler.php2 namespace GuzzleHttp\Ring\Client;
4 use GuzzleHttp\Ring\Core;
5 use GuzzleHttp\Ring\Future\CompletedFutureArray;
6 use GuzzleHttp\Ring\Future\FutureArrayInterface;
/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/ezimuel/ringphp/src/Exception/
H A DCancelledException.php2 namespace GuzzleHttp\Ring\Exception;
H A DCancelledFutureAccessException.php2 namespace GuzzleHttp\Ring\Exception;
H A DConnectException.php2 namespace GuzzleHttp\Ring\Exception;
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DFutureInterface.php2 namespace GuzzleHttp\Ring\Future;
28 * Throwing an instance of GuzzleHttp\Ring\CancelledException will mark
H A DFutureArray.php2 namespace GuzzleHttp\Ring\Future;
H A DFutureArrayInterface.php2 namespace GuzzleHttp\Ring\Future;
H A DFutureValue.php2 namespace GuzzleHttp\Ring\Future;
H A DMagicFutureTrait.php2 namespace GuzzleHttp\Ring\Future;
22 * @throws \GuzzleHttp\Ring\Exception\CancelledException
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md225 * Used `GuzzleHttp\RequestOptions` constants for configuring request options [#1820](https://github.com/ruflin/Elastica/pull/1820)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php36 use GuzzleHttp\Ring\Client\CurlHandler;
37 use GuzzleHttp\Ring\Client\CurlMultiHandler;
38 use GuzzleHttp\Ring\Client\Middleware;

12345678