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

I managed to look into request headers through the private `request._raw_headers` API from wptserve. Browsers preserve case for requests. Only Chrome currently lowercases for `fetch()` (preserves case for `XMLHttpRequest`).

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

Received on Tuesday, 31 January 2017 12:07:31 UTC