Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DEasyHandle.php54 $normalizedKeys = \GuzzleHttp\normalize_header_keys($headers);
H A DStreamHandler.php161 $normalizedKeys = \GuzzleHttp\normalize_header_keys($headers);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php225 function normalize_header_keys(array $headers) function