Searched refs:requestAsync (Results 1 – 3 of 3) sorted by relevance
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
H A D | Client.php | 94 ? $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 D | ClientInterface.php | 73 public function requestAsync($method, $uri, array $options = []); function
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
H A D | CHANGELOG.md | 265 Instead, use one of the `*Async` methods of a client (e.g., `requestAsync`, 270 * Added `requestAsync` and `sendAsync` to send request asynchronously.
|