Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
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;
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;
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;
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DPrepareBodyMiddleware.php19 private $nextHandler; variable in GuzzleHttp\\PrepareBodyMiddleware
24 public function __construct(callable $nextHandler) argument
26 $this->nextHandler = $nextHandler;
31 $fn = $this->nextHandler;
DRetryMiddleware.php21 private $nextHandler; variable in GuzzleHttp\\RetryMiddleware
43 public function __construct(callable $decider, callable $nextHandler, callable $delay = null) argument
46 $this->nextHandler = $nextHandler;
66 $fn = $this->nextHandler;
DRedirectMiddleware.php40 private $nextHandler; variable in GuzzleHttp\\RedirectMiddleware
45 public function __construct(callable $nextHandler) argument
47 $this->nextHandler = $nextHandler;
52 $fn = $this->nextHandler;