-
Notifications
You must be signed in to change notification settings - Fork 19
Meeting 11 Jul 2012
-
Review Owin Draft 0.7 for publication.
-
This draft will be published this week after the following items are updated.
-
Add Section numbering
-
The request body stream may be null
-
A Nuget package will be made available and cross-referenced in the spec.
-
Headers and Environment dictionary keys should use StringComparer.OrdinalIgnoreCase. (Does this show up in profiling?)
-
Should we specify request body buffering and replay requirements?
-
If a middleware wants to consume the body, it should buffer it and provide that buffer to the application.
-
Stream provides CanSeek to check if a stream is re-playable.
-
Removal of Owin.RemoteHost. This has been demoted from a required key to a common key.
-
Additional standard OWIN keys.
-
All proposed new keys were determined to be common but not required. (e.g. ClientCertificate, User, IsLoopback, etc.)
-
Format of common non-OWIN keys and a consolidated list of said keys.
-
A companion document will be drafted containing naming guidelines and known keys. (Chris R).