Closed
Description
Synopsis
The abstraction to read or extract API version information from a HTTP request is backed by implementations of the IApiVersionReader interface. There is currently no implementation that provides this functionality. This missing functionality affects the low-level GetRawRequestedApiVersion, which is used internally and by extension authors.
Proposed Solution
Provide an implementation of IApiVersionReader capable of reading the requested API version from a request. Enable this functionality automatically where appropriate.