Setting multiple headers cookie set in Dart with shelf

I need to set several "set-cookie" headers in the Shelf, but since the headers are Map<String,String>

, setting the second overrides the first, etc., because the keys are unique. How can I solve this in Darth?

+3


source to share


1 answer


0


source







All Articles