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 0e963a0 + 6c85849 commit 3c3cc58Copy full SHA for 3c3cc58
templates/node/lib/client.js.twig
@@ -62,7 +62,7 @@ class Client {
62
* @param value string
63
*/
64
addHeader(key, value) {
65
- this.headers[key.toLowerCase()] = value.toLowerCase();
+ this.headers[key.toLowerCase()] = value;
66
67
return this;
68
}
0 commit comments