Home
last modified time | relevance | path

Searched refs:GuzzleHttp (Results 51 – 75 of 185) sorted by last modified time

12345678

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md422 use GuzzleHttp\Ring\Client\MockHandler;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Connection/
H A DGuzzleException.php8 use GuzzleHttp\Exception\GuzzleException as BaseGuzzleException;
9 use GuzzleHttp\Exception\TransferException;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DBooleanRequestWrapper.php25 use GuzzleHttp\Ring\Future\FutureArrayInterface;
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAsyncReadStream.php2 namespace GuzzleHttp\Stream;
H A DBufferStream.php2 namespace GuzzleHttp\Stream;
4 use GuzzleHttp\Stream\Exception\CannotAttachException;
14 * @package GuzzleHttp\Stream
H A DFnStream.php2 namespace GuzzleHttp\Stream;
H A DGuzzleStreamWrapper.php2 namespace GuzzleHttp\Stream;
H A DInflateStream.php2 namespace GuzzleHttp\Stream;
H A DLimitStream.php2 namespace GuzzleHttp\Stream;
4 use GuzzleHttp\Stream\Exception\SeekException;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php42 use GuzzleHttp\Ring\Core;
43 use GuzzleHttp\Ring\Exception\ConnectException;
44 use GuzzleHttp\Ring\Exception\RingException;
505 * @return array|\GuzzleHttp\Ring\Future\FutureArray
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/Exception/
H A DSeekException.php2 namespace GuzzleHttp\Stream\Exception;
4 use GuzzleHttp\Stream\StreamInterface;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAwsAuthV4.php9 use GuzzleHttp; alias
10 use GuzzleHttp\Client;
11 use GuzzleHttp\HandlerStack;
12 use GuzzleHttp\Middleware;
13 use GuzzleHttp\Psr7;
21 $stack = HandlerStack::create(GuzzleHttp\choose_handler());
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAsyncReadStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\AsyncReadStream;
5 use GuzzleHttp\Stream\BufferStream;
6 use GuzzleHttp\Stream\FnStream;
7 use GuzzleHttp\Stream\Stream;
144 $this->assertInstanceOf('GuzzleHttp\Stream\BufferStream', $buffer);
145 $this->assertInstanceOf('GuzzleHttp\Stream\AsyncReadStream', $async);
153 $this->assertInstanceOf('GuzzleHttp\Stream\AsyncReadStream', $async);
159 $this->assertInstanceOf('GuzzleHttp\Stream\NullStream', $buffer);
160 $this->assertInstanceOf('GuzzleHttp\Strea
[all...]
H A DBufferStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\BufferStream;
5 use GuzzleHttp\Stream\Exception\CannotAttachException;
H A DFnStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
5 use GuzzleHttp\Stream\Stream;
6 use GuzzleHttp\Stream\FnStream;
10 * @covers GuzzleHttp\Stream\FnStream
H A DGuzzleStreamWrapperTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\GuzzleStreamWrapper;
5 use GuzzleHttp\Stream\Stream;
10 * @covers GuzzleHttp\Stream\GuzzleStreamWrapper
65 $stream = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
85 $stream = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
H A DInflateStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\InflateStream;
5 use GuzzleHttp\Stream\Stream;
H A DNoSeekStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\Stream;
5 use GuzzleHttp\Stream\NoSeekStream;
9 * @covers GuzzleHttp\Stream\NoSeekStream
10 * @covers GuzzleHttp\Stream\StreamDecoratorTrait
16 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
H A DNullStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\Exception\CannotAttachException;
5 use GuzzleHttp\Stream\NullStream;
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/Exception/
H A DSeekExceptionTest.php2 namespace GuzzleHttp\Tests\Stream\Exception;
4 use GuzzleHttp\Stream\Exception\SeekException;
5 use GuzzleHttp\Stream\Stream;
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DGuzzle5HttpHandler.php20 use GuzzleHttp\ClientInterface;
21 use GuzzleHttp\Message\ResponseInterface as Guzzle5ResponseInterface;
22 use GuzzleHttp\Promise\Promise;
23 use GuzzleHttp\Promise\RejectedPromise;
24 use GuzzleHttp\Psr7\Response;
H A DGuzzle6HttpHandler.php19 use GuzzleHttp\ClientInterface;
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DSimpleMiddleware.php20 use GuzzleHttp\Psr7\Query;
/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…
H A DUPGRADING.md14 `GuzzleHttp\HandlerStack`).
41 - `GuzzleHttp\Query` and `GuzzleHttp\QueryParser` have been removed. Query
79 `GuzzleHttp\Psr7\Uri`) for URI support. `GuzzleHttp\Url` is now gone.
174 - `GuzzleHttp\Url`
175 - `GuzzleHttp\Query`
184 - `GuzzleHttp\json_decode` -> `GuzzleHttp\Utils::jsonDecode`
185 - `GuzzleHttp\get_path` -> `GuzzleHttp\Utils::getPath`
186 - `GuzzleHttp\Utils::setPath` -> `GuzzleHttp\set_path`
187 - `GuzzleHttp\Pool::batch` -> `GuzzleHttp\batch`. This function is, however,
191 `GuzzleHttp\get()`, `GuzzleHttp\post()`, etc.). Use a `GuzzleHttp\Client`
[all …]

12345678