This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Description
#589 exposes all of the feature interfaces publicly. 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.