You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: