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.
2 parents cdcb8dc + da9cc98 commit d06cb86Copy full SHA for d06cb86
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