This repository was archived by the owner on Nov 20, 2018. It is now read-only.
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
Move feature implementations into Microsoft.AspNetCore.Http.Features
namespace #592
Closed
Description
#589 exposes all of the feature interfaces public
ly. But the feature implementations remain in Microsoft.AspNetCore.Http.Features.Internal
and Microsoft.AspNetCore.Http.Features.Authentication.Internal
. Since the feature implementations are used in Kestrel and supported, they should also be moved to Microsoft.AspNetCore.Http.Features
and Microsoft.AspNetCore.Http.Features.Authentication
.
See comment here for example.