Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/
DHeaderProcessor.php40 return [$version, (int) $status, $parts[2] ?? null, Utils::headersFromLines($headers)];
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
Dfunctions.php31 return Utils::headersFromLines($lines);
DUtils.php46 public static function headersFromLines(iterable $lines): array function in GuzzleHttp\\Utils
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
DCore.php128 public static function headersFromLines($lines) function in GuzzleHttp\\Ring\\Core
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
DStreamHandler.php50 'headers' => Core::headersFromLines($hdrs),
DCurlFactory.php81 $headerList = Core::headersFromLines($headers);