Move IServerVariables feature and friends to Http.Abstractions #10167
Labels
accepted
This issue has completed "acceptance" testing (including accessibility)
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
help wanted
Up for grabs. We would accept a PR to help resolve this issue
Milestone
The IIS server adds an HTTP feature
IServerVariablesFeature
. Server Variables are not an IIS-exclusive concept and date all the way back to CGI so it seems reasonable that a server may want to provide them. We should move this type out of Servers.IIS and in to HttpAbstractions.Specific changes:
IServerVariablesFeature
to Http.FeaturesGetServerVariables
extension method in Http.Features.GetIISServerVariables
extension method to just callGetServerVariables
(and mark as[Obsolete]
?)TypeForwardedToAttribute
toServers.IIS
'sAssemblyInfo.cs
pointing at the new type.The text was updated successfully, but these errors were encountered: