Searched refs:sendAsync (Results 1 – 15 of 15) sorted by relevance
| /plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/ |
| D | Guzzle6HttpHandler.php | 60 return $this->client->sendAsync($request, $options);
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/ |
| D | Client.php | 101 public function sendAsync(RequestInterface $request, array $options = []): PromiseInterface function in GuzzleHttp\\Client 124 return $this->sendAsync($request, $options)->wait(); 138 return $this->sendAsync($request, $options)->wait();
|
| D | ClientInterface.php | 39 public function sendAsync(RequestInterface $request, array $options = []): PromiseInterface; function
|
| D | Pool.php | 58 yield $key => $client->sendAsync($rfn, $opts);
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
| D | ClientInterface.php | 41 public function sendAsync(RequestInterface $request, array $options = []); function
|
| D | Pool.php | 58 yield $key => $client->sendAsync($rfn, $opts);
|
| D | Client.php | 106 public function sendAsync(RequestInterface $request, array $options = []) function in GuzzleHttp\\Client 129 return $this->sendAsync($request, $options)->wait();
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
| D | README.md | 32 $promise = $client->sendAsync($request)->then(function ($response) {
|
| D | CHANGELOG.md | 270 * Added `requestAsync` and `sendAsync` to send request asynchronously.
|
| /plugin/webdav/vendor/sabre/http/lib/ |
| D | Client.php | 181 … function sendAsync(RequestInterface $request, callable $success = null, callable $error = null) { function in Sabre\\HTTP\\Client
|
| /plugin/davcal/vendor/sabre/http/lib/ |
| H A D | Client.php | 179 … function sendAsync(RequestInterface $request, callable $success = null, callable $error = null) { function in Sabre\\HTTP\\Client
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/ |
| D | README.md | 34 $promise = $client->sendAsync($request)->then(function ($response) {
|
| D | CHANGELOG.md | 559 * Added `requestAsync` and `sendAsync` to send request asynchronously.
|
| /plugin/webdav/vendor/sabre/http/ |
| D | README.md | 263 $client->sendAsync(
|
| /plugin/davcal/vendor/sabre/http/ |
| H A D | README.md | 263 $client->sendAsync(
|