Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
RetryMiddleware.php
RetryMiddleware::$nextHandler
Type:
callable(RequestInterface, array): PromiseInterface
File
vendor/
guzzlehttp/
guzzle/
src/
RetryMiddleware.php
, line 21
Class
RetryMiddleware
Middleware that retries requests based on the boolean result of invoking the provided "decider" function.
Namespace
GuzzleHttp
Code
private $nextHandler;
RSS feed