aspnetcore/src/Http
Chris Ross 3b9c16ce28
Cherry pick preview8 changes into master (#24849)
* Pass RequestAborted to SendFileAsync

* Fix HttpSys tests
2020-08-12 21:30:04 +00:00
..
Authentication.Abstractions/src Make authentication linker friendly (#24708) 2020-08-10 13:06:19 -07:00
Authentication.Core
Headers Add gRPC standard headers to known headers (#24714) 2020-08-13 08:59:44 +12:00
Http [master] Update dependencies from dotnet/runtime dotnet/efcore (#24717) 2020-08-10 19:50:18 +00:00
Http.Abstractions
Http.Extensions Cherry pick preview8 changes into master (#24849) 2020-08-12 21:30:04 +00:00
Http.Features
Metadata/src
Owin
Routing Kestrel SNI from config (#24286) 2020-08-11 19:18:37 -07:00
Routing.Abstractions
Shared
WebUtilities [master] Update dependencies from dotnet/runtime dotnet/efcore (#24717) 2020-08-10 19:50:18 +00:00
perf/Microbenchmarks
samples/SampleApp
.editorconfig
.vsconfig
HttpAbstractions.slnf
README.md
build.cmd
startvs.cmd

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.