Home
last modified time | relevance | path

Searched refs:requestAsync (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php94 ? $this->requestAsync(substr($method, 0, -5), $uri, $opts)
146 public function requestAsync($method, $uri = '', array $options = []) function in GuzzleHttp\\Client
182 return $this->requestAsync($method, $uri, $options)->wait();
H A DClientInterface.php73 public function requestAsync($method, $uri, array $options = []); function
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md265 Instead, use one of the `*Async` methods of a client (e.g., `requestAsync`,
270 * Added `requestAsync` and `sendAsync` to send request asynchronously.