Home
last modified time | relevance | path

Searched refs:nextHandler (Results 1 – 3 of 3) sorted by last modified time

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRedirectMiddleware.php33 private $nextHandler; variable in GuzzleHttp\\RedirectMiddleware
36 * @param callable $nextHandler Next handler to invoke.
38 public function __construct(callable $nextHandler) argument
40 $this->nextHandler = $nextHandler;
51 $fn = $this->nextHandler;
H A DPrepareBodyMiddleware.php15 private $nextHandler; variable in GuzzleHttp\\PrepareBodyMiddleware
18 * @param callable $nextHandler Next handler to invoke.
20 public function __construct(callable $nextHandler) argument
22 $this->nextHandler = $nextHandler;
33 $fn = $this->nextHandler;
H A DRetryMiddleware.php17 private $nextHandler; variable in GuzzleHttp\\RetryMiddleware
30 * @param callable $nextHandler Next handler to invoke.
37 callable $nextHandler, argument
41 $this->nextHandler = $nextHandler;
69 $fn = $this->nextHandler;