owin / owin.dll

OWIN defines a standard interface between .NET web servers and web applications.
http://owin.org/
Apache License 2.0
162 stars 19 forks source link

Adding more response properties, e.g. httpversion, trailing headers #12

Closed loudej closed 12 years ago

loudej commented 12 years ago

Introduced in discussion thread: https://groups.google.com/d/topic/net-http-abstractions/rHqZaBHAcAo/discussion

Option A - add as additional arguments to ResultDelegate(...) as well as to AppTaskDelegate's Tuple<...>

Option B - add as additional keys to call env dictionary as response is returned

Option C - add as a single, open idictionary to ResultDelegate(...) as well as to AppTaskDelegate's Tuple<...>

Option D - change entire response to open idictionary in ResultDelegate(...) as well as AppTaskDelegate's Tuple<...>

loudej commented 12 years ago

This is covered by #13 and discussed in https://github.com/owin/owin/wiki/Meeting---20-jun-2012