owin/owin.dll

Environment key "owin.HttpVersion"

loudej opened this issue · 2 comments

Probably a value like "HTTP/1.0" or "HTTP/1.1"

Because OWIN allows such low-level control there are situations where you will likely need to know what protocol you are executing on, in order to respond exactly as the caller expects.

Consensus is to have

"owin.RequestProtocol" with established value of "HTTP/1.0" or "HTTP/1.1", and other values to be added in future.