dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.58k stars 25.29k forks source link

Request Features needs a sample project with compiling code. #10557

Open Rick-Anderson opened 5 years ago

Rick-Anderson commented 5 years ago

Also includes Request Features miss doc for IHttpsCompressionFeature #18205 by @radical espenrl

The whole page is a bit dated so there may others too.

Moved from #6134 by @user135711 - See #6134 for details Sample code: https://github.com/aspnet/Session/blob/06f473724870cd4704ab48388d80ffdaddb0f630/src/Microsoft.AspNetCore.Session/SessionMiddleware.cs#L101-L111

.9 K PV no ratings.

image


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Legends commented 4 years ago

fyi at least in version 3.0 it checks for IHttpResponseBodyFeature:

[Obsolete("Use IHttpResponseBodyFeature instead.", error: true)]
    public interface IHttpSendFileFeature