Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A 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