Merged
Merged
Conversation
jsor approved these changes Feb 9, 2017
| * there's only a single value or an array of strings if this header has | ||
| * multiple values. | ||
| * | ||
| * Note that this differs from the PSR-7 implementation of this method. |
| * there's only a single value or an array of strings if this header has | ||
| * multiple values. | ||
| * | ||
| * Note that this differs from the PSR-7 implementation of this method. |
| foreach ($this->headers as $key => $value) { | ||
| if (strtolower($key) === $name) { | ||
| foreach((array)$value as $one) { | ||
| $found []= $one; |
clue
mentioned this pull request
Closed
clue deleted the headers branch
February 10, 2017 12:06This was referenced
Feb 10, 2017Merged
Closed
Merged