aspnetcore/src/Http
Chris Ross (ASP.NET) f5538cba6f Merged PR 9144: [5.0-preview8] Pass RequestAborted to SendFileAsync
This is a cherry pick of the 3.1 PR.
https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore/pullrequest/9042

The only change was to remove a questionable call to Abort after catching the exception.

There are some less severe issues in Kestrel and MVC that we'll follow up on publicly after this releases.
2020-07-17 23:07:49 +00:00
..
Authentication.Abstractions/src Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
Authentication.Core Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
Headers Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
Http Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
Http.Abstractions Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
Http.Extensions Merged PR 9144: [5.0-preview8] Pass RequestAborted to SendFileAsync 2020-07-17 23:07:49 +00:00
Http.Features Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
Metadata/src Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
Owin
Routing Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
Routing.Abstractions Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
Shared
WebUtilities Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
perf/Microbenchmarks
samples/SampleApp
.editorconfig
.vsconfig
HttpAbstractions.slnf Migrate to single sln file + slnf files (#23581) 2020-07-08 15:27:22 -07:00
README.md
build.cmd
startvs.cmd Migrate to single sln file + slnf files (#23581) 2020-07-08 15:27:22 -07:00

README.md

Http Abstractions

This folders contains projects for HTTP abstractions for ASP.NET Core such as HttpContext, HttpRequest, HttpResponse and RequestDelegate.

It also contains IApplicationBuilder and extensions to create and compose your application's pipeline.