You are here

private property RetryMiddleware::$nextHandler in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/guzzlehttp/guzzle/src/RetryMiddleware.php \GuzzleHttp\RetryMiddleware::nextHandler

@var callable

File

vendor/guzzlehttp/guzzle/src/RetryMiddleware.php, line 16

Class

RetryMiddleware
Middleware that retries requests based on the boolean result of invoking the provided "decider" function.

Namespace

GuzzleHttp

Code

private $nextHandler;