Re: [whatwg/fetch] Optional disable setting headers keys in lowercase (#304)

FWIW, in WebKit, the internal headers structure makes a difference between common/precompiled header names and less frequent header names.
I don't think WebKit is able to keep casing information for common header names.
The list of common headers is available at https://github.com/WebKit/webkit/blob/master/Source/WebCore/platform/network/HTTPHeaderNames.in
I understand the compat issue, but I also like the idea of making aware applications that they should move to case-insensitive header processing. 


---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/304#issuecomment-219646624

Received on Tuesday, 17 May 2016 08:01:19 UTC