Re: [whatwg/fetch] Get multiple headers as an aray rather than a combined value? (#506)

Ok, so with some more reading I'll concede that you do have the [HTTP RFC](https://tools.ietf.org/html/rfc2616#page-31) on your side, and this apparently does work for everything that's RFC-compliant except for cookies.

I'm not giving up on the idea entirely, but that does take a bit of the argument out of my sails. 

What would volunteering look like? Just re-write the spec as I see fit and send a PR?

Also, Node.js follows the combining behavior [except for set-cookie headers](https://tools.ietf.org/html/rfc2616#page-31), and this behavior falls through to node-fetch. Perhaps we need to ask React Native to do the same for their fetch implementation.

-- 
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/506#issuecomment-286470236

Received on Tuesday, 14 March 2017 16:06:38 UTC