Home
last modified time | relevance | path

Searched refs:doRetry (Results 1 – 2 of 2) sorted by relevance

/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DRetryMiddleware.php90 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/
DRetryMiddleware.php94 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