6

I need to set multiple 'set-cookie' headers in Shelf, but since headers is a Map<String,String>, setting the second one replaces the first and so on because keys are unique. How can I solve this in Dart?

Cristian Garcia
  • 9,630
  • 6
  • 54
  • 75

1 Answers1