Searched refs:doRetry (Results 1 – 2 of 2) sorted by relevance
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/ |
| D | RetryMiddleware.php | 90 return $this->doRetry($request, $options, $value); 109 return $this->doRetry($req, $options); 113 …private function doRetry(RequestInterface $request, array $options, ResponseInterface $response = … function in GuzzleHttp\\RetryMiddleware
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
| D | RetryMiddleware.php | 94 return $this->doRetry($req, $options, $value); 115 return $this->doRetry($req, $options); 122 …private function doRetry(RequestInterface $request, array $options, ResponseInterface $response = … function in GuzzleHttp\\RetryMiddleware
|