-
Why there are lower cased headers |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
The key is lower cased so that you don't have to try looking up all permutations of the key |
Beta Was this translation helpful? Give feedback.
-
Ok, but why when forEach res it returns me lowercase header name that is the main problem |
Beta Was this translation helpful? Give feedback.
-
Yes they are lower cased. Like explained, they are indeed lower cased |
Beta Was this translation helpful? Give feedback.
-
I can add that the parser does lowercase the header inplace, so there is no original kept. This is an important optimization. |
Beta Was this translation helpful? Give feedback.
I can add that the parser does lowercase the header inplace, so there is no original kept. This is an important optimization.