-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
acceptedThis issue has completed "acceptance" testing (including accessibility)This issue has completed "acceptance" testing (including accessibility)area-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionshelp wantedUp for grabs. We would accept a PR to help resolve this issueUp for grabs. We would accept a PR to help resolve this issue
Milestone
Description
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:
- Move
IServerVariablesFeatureto Http.Features - Add
GetServerVariablesextension method in Http.Features. - Change
GetIISServerVariablesextension method to just callGetServerVariables(and mark as[Obsolete]?) - Update all reference assemblies
- Add
TypeForwardedToAttributetoServers.IIS'sAssemblyInfo.cspointing at the new type.
GustavoAmerico
Metadata
Metadata
Assignees
Labels
acceptedThis issue has completed "acceptance" testing (including accessibility)This issue has completed "acceptance" testing (including accessibility)area-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionshelp wantedUp for grabs. We would accept a PR to help resolve this issueUp for grabs. We would accept a PR to help resolve this issue