Parses an array of header lines into an associative array of headers.
iterable $lines Header lines array of strings in the following: format: "Name: Value"
headers_from_lines will be removed in guzzlehttp/guzzle:8.0. Use Utils::headersFromLines instead.
function headers_from_lines(iterable $lines) : array { return Utils::headersFromLines($lines); }