Home
last modified time | relevance | path

Searched defs:nextHandler (Results 1 – 3 of 3) sorted by path

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DPrepareBodyMiddleware.php15 private $nextHandler; variable in GuzzleHttp\\PrepareBodyMiddleware
20 public function __construct(callable $nextHandler)
H A DRedirectMiddleware.php33 private $nextHandler; variable in GuzzleHttp\\RedirectMiddleware
38 public function __construct(callable $nextHandler)
H A DRetryMiddleware.php17 private $nextHandler; variable in GuzzleHttp\\RetryMiddleware
37 callable $nextHandler,