Need an interface to get all Set-Cookie headers
Created by: iptton
In RawHeaders#get(String) , It documented:
Returns the last value corresponding to the specified field
But sometimes we need to use multiple header with key Set-Cookie
(or maybe other keys). In this case,
we cannot get all Set-Cookie header values.
Maybe we should add an interface like RawHeaders#getList(String) ?