Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DGuzzle6HttpHandler.php60 return $this->client->sendAsync($request, $options);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClientInterface.php41 public function sendAsync(RequestInterface $request, array $options = []); function
H A DPool.php58 yield $key => $client->sendAsync($rfn, $opts);
H A 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/
H A DREADME.md32 $promise = $client->sendAsync($request)->then(function ($response) {
H A DCHANGELOG.md270 * Added `requestAsync` and `sendAsync` to send request asynchronously.
/plugin/webdav/vendor/sabre/http/lib/
H A 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/webdav/vendor/sabre/http/
H A DREADME.md263 $client->sendAsync(
/plugin/davcal/vendor/sabre/http/
H A DREADME.md263 $client->sendAsync(