Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php81 $headerList = Core::headersFromLines($headers);
H A DStreamHandler.php50 'headers' => Core::headersFromLines($hdrs),
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php128 public static function headersFromLines($lines) function in GuzzleHttp\\Ring\\Core