dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
34.89k stars 9.85k forks source link

Stop referencing user-replaceable features for internal logic #4710

Open halter73 opened 5 years ago

halter73 commented 5 years ago

E.g. the use of RequestHeaders instead of HttpRequestHeaders in the following:

https://github.com/aspnet/KestrelHttpServer/blob/35d35f22a36c9ba564889a355f09d95a8e5b78fe/src/Kestrel.Core/Internal/Http2/Http2MessageBody.cs#L19-L26

muratg commented 5 years ago

Tentatively putting this in 3.0.

ShreyasJejurkar commented 2 years ago

We are already using RequestHeaders there. Is there still a change required there?