Home
last modified time | relevance | path

Searched refs:createHeaderFn (Results 1 – 2 of 2) sorted by relevance

/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/
DCurlFactory.php68 $conf[\CURLOPT_HEADERFUNCTION] = $this->createHeaderFn($easy);
582 private function createHeaderFn(EasyHandle $easy): callable function in GuzzleHttp\\Handler\\CurlFactory
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
DCurlFactory.php55 $conf[CURLOPT_HEADERFUNCTION] = $this->createHeaderFn($easy);
545 private function createHeaderFn(EasyHandle $easy) function in GuzzleHttp\\Handler\\CurlFactory