We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65095da + 3bb7815 commit 83986d1Copy full SHA for 83986d1
1 file changed
src/Client.php
@@ -44,7 +44,7 @@ class Client
44
*/
45
public function addHeader(string $key, string $value): self
46
{
47
- $this->headers[$key] = $value;
+ $this->headers[strtolower($key)] = $value;
48
return $this;
49
}
50
0 commit comments