Home
last modified time | relevance | path

Searched refs:sendAsync (Results 1 – 15 of 15) sorted by relevance

/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
DGuzzle6HttpHandler.php60 return $this->client->sendAsync($request, $options);
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DClient.php101 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();
DClientInterface.php39 public function sendAsync(RequestInterface $request, array $options = []): PromiseInterface; function
DPool.php58 yield $key => $client->sendAsync($rfn, $opts);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
DClientInterface.php41 public function sendAsync(RequestInterface $request, array $options = []); function
DPool.php58 yield $key => $client->sendAsync($rfn, $opts);
DClient.php106 public function sendAsync(RequestInterface $request, array $options = []) function in GuzzleHttp\\Client
129 return $this->sendAsync($request, $options)->wait();
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DREADME.md32 $promise = $client->sendAsync($request)->then(function ($response) {
DCHANGELOG.md270 * Added `requestAsync` and `sendAsync` to send request asynchronously.
/plugin/webdav/vendor/sabre/http/lib/
DClient.php181 … function sendAsync(RequestInterface $request, callable $success = null, callable $error = null) { function in Sabre\\HTTP\\Client
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php179 … function sendAsync(RequestInterface $request, callable $success = null, callable $error = null) { function in Sabre\\HTTP\\Client
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DREADME.md34 $promise = $client->sendAsync($request)->then(function ($response) {
DCHANGELOG.md559 * Added `requestAsync` and `sendAsync` to send request asynchronously.
/plugin/webdav/vendor/sabre/http/
DREADME.md263 $client->sendAsync(
/plugin/davcal/vendor/sabre/http/
H A DREADME.md263 $client->sendAsync(