owin/owin.dll

request & response headers (concat vs enumerable vs array)

loudej opened this issue · 2 comments

option a - draft 5

  • IDictionary<string,string>

option b - in code

  • IDictionary<string,IEnumerable<string>>

option c - for consideration

  • IDictionary<string,string[]>

Consensus is to use option C

Request and response headers represented as IDictionary<string,string[]>

https://github.com/owin/owin/wiki/Meeting---6-jun-2012