Re: [whatwg/fetch] Use case for Headers getAll (#973)

`Set-Cookie` is the only such header, see also HTTP and #506.

It might make sense to expose it properly for code that wants to use this class generically, but I think we ought to allow for implementations of this class to eagerly combine headers generally and store `Set-Cookie` separately as a special case. That would suggest something like `h.getSetCookie()` to me.

cc @youennf @ddragana @yutakahirano 

-- 
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/973#issuecomment-559677561

Received on Friday, 29 November 2019 06:41:52 UTC