Re: [fetch] Can headers ordering be lessened? (#189)

Is Set-Cooke the only case?
The HTTP spec mentions that: recipients ought to handle "Set-Cookie" as a special case while processing header fields.

That questions whether the fetch API should reflect that notion of multiple values in the API or whether that should remain a special case.
If "set-cookie" is the only case and should be supported by the fetch API, one could translate the recommendation of the HTTP spec as using a dedicated API for it and not the general purpose header API.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/189#issuecomment-171951631

Received on Friday, 15 January 2016 12:48:39 UTC