Home
last modified time | relevance | path

Searched refs:chooseHandler (Results 1 – 3 of 3) sorted by relevance

/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
Dfunctions.php61 return Utils::chooseHandler();
DHandlerStack.php49 $stack = new self($handler ?: Utils::chooseHandler());
DUtils.php86 public static function chooseHandler(): callable function in GuzzleHttp\\Utils