We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a233b8d commit da9cc98Copy full SHA for da9cc98
lib/CurlResponse.php
@@ -53,6 +53,7 @@ public function getHeaders()
53
*/
54
public function getHeader($key)
55
{
56
+ $key = strtolower($key);
57
return isset($this->headers[$key]) ? $this->headers[$key] : null;
58
}
59
0 commit comments