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

@tyoshino @tzik @hiroshige-g @jdm @youennf @mnot, what do you think? Perhaps it's better if `Headers` does not attempt to change the input casing and we just pass through things literally. And instead we use "ASCII-case insensitive" matching to find any existing header names in `Headers` (so whatever casing the developer picked as a start wins).

---
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-219372546

Received on Monday, 16 May 2016 08:15:19 UTC