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
{{ message }}
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.
This allows us to standardize feature support across servers. Middleware may also mutate the collection if they augment the server capabilities (e.g. add websockets). This will be used to address #328 by adding a server feature for reading and configuring addresses and/or ports.
Open question: Should server features be defined in their own package or in Http.Features? We could put them in Server.Abstractions.
IApplicationBuilder.Server changes from object to IFeatureCollection
IServerFactory.Initialize returns IFeatureCollection
IServerInformation.Start takes an IFeatureCollection
The text was updated successfully, but these errors were encountered:
This allows us to standardize feature support across servers. Middleware may also mutate the collection if they augment the server capabilities (e.g. add websockets). This will be used to address #328 by adding a server feature for reading and configuring addresses and/or ports.
Open question: Should server features be defined in their own package or in Http.Features? We could put them in Server.Abstractions.
IApplicationBuilder.Server changes from object to IFeatureCollection
IServerFactory.Initialize returns IFeatureCollection
IServerInformation.Start takes an IFeatureCollection
The text was updated successfully, but these errors were encountered: